From 40ed7be4af52bb70ef496c4f20259baff9fcdd38 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 2 Aug 2022 07:33:27 -0400 Subject: Convert CONFIG_SYS_FDT_PAD to Kconfig This converts the following to Kconfig: CONFIG_SYS_FDT_PAD Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- boot/image-fdt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'boot') diff --git a/boot/image-fdt.c b/boot/image-fdt.c index 5e5b24674d..e75d051c87 100644 --- a/boot/image-fdt.c +++ b/boot/image-fdt.c @@ -24,10 +24,6 @@ #include #include -#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 -- cgit v1.2.3