diff options
Diffstat (limited to 'boot')
-rw-r--r-- | boot/image-fdt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/image-fdt.c b/boot/image-fdt.c index 5e5b24674d3..e75d051c872 100644 --- a/boot/image-fdt.c +++ b/boot/image-fdt.c @@ -24,10 +24,6 @@ #include <dm/ofnode.h> #include <tee/optee.h> -#ifndef CONFIG_SYS_FDT_PAD -#define CONFIG_SYS_FDT_PAD 0x3000 -#endif - /* adding a ramdisk needs 0x44 bytes in version 2008.10 */ #define FDT_RAMDISK_OVERHEAD 0x80 |