From: Paweł Anikiel Date: Tue, 21 Feb 2023 15:17:06 +0000 (+0100) Subject: chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig X-Git-Tag: v2023.07~145^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52b8fca7178afdcacb31cfcdfea9429779d084a1;p=platform%2Fkernel%2Fu-boot.git chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig This file was missed during the conversion process. Add the symbol to defconfig. Signed-off-by: Paweł Anikiel Reviewed-by: Simon Glass --- diff --git a/configs/socfpga_chameleonv3_defconfig b/configs/socfpga_chameleonv3_defconfig index 5d08fd2..41231e2 100644 --- a/configs/socfpga_chameleonv3_defconfig +++ b/configs/socfpga_chameleonv3_defconfig @@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x4400 CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_chameleonv3_480_2" CONFIG_SPL_TEXT_BASE=0xFFE00000 +CONFIG_SPL_MAX_SIZE=0x40000 CONFIG_SPL_DRIVERS_MISC=y CONFIG_TARGET_SOCFPGA_CHAMELEONV3=y CONFIG_SPL_FS_EXT4=y