From 167f699ba142193e67cade8d19127cfda723ce38 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 May 2022 16:45:08 -0400 Subject: Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig This converts the following to Kconfig: CONFIG_SYS_BOOTPARAMS_LEN Signed-off-by: Tom Rini --- configs/M5282EVB_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/M5282EVB_defconfig') diff --git a/configs/M5282EVB_defconfig b/configs/M5282EVB_defconfig index 7d77f6c47f1..8f38710b074 100644 --- a/configs/M5282EVB_defconfig +++ b/configs/M5282EVB_defconfig @@ -11,6 +11,7 @@ CONFIG_MCFTMR=y CONFIG_SYS_MONITOR_BASE=0xFFE00400 CONFIG_BOOTDELAY=5 # CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_SYS_MALLOC_BOOTPARAMS=y # CONFIG_CMDLINE_EDITING is not set # CONFIG_AUTO_COMPLETE is not set CONFIG_SYS_PROMPT="-> " -- cgit v1.2.3