diff options
author | Tom Rini | 2022-08-02 07:33:27 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-12 16:10:50 -0400 |
commit | 40ed7be4af52bb70ef496c4f20259baff9fcdd38 (patch) | |
tree | fff0d4e6b362d928658824c0974c83d7b51f41aa /boot | |
parent | ff4e87c030bd62d643b0cbd86e7ff893caa97d1b (diff) |
Convert CONFIG_SYS_FDT_PAD to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FDT_PAD
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 |