aboutsummaryrefslogtreecommitdiff
path: root/configs/astro_mcf5373l_defconfig
diff options
context:
space:
mode:
authorTom Rini2022-05-12 16:45:08 -0400
committerTom Rini2022-06-06 12:09:00 -0400
commit167f699ba142193e67cade8d19127cfda723ce38 (patch)
tree4ed758645cf4107e2310b5da4a5279b447649e54 /configs/astro_mcf5373l_defconfig
parentb7fbdc55c7c72e97595f1f3233c0e9477c97c52b (diff)
Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BOOTPARAMS_LEN Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/astro_mcf5373l_defconfig')
-rw-r--r--configs/astro_mcf5373l_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/astro_mcf5373l_defconfig b/configs/astro_mcf5373l_defconfig
index 4c2121116a2..3a44c7e8ec9 100644
--- a/configs/astro_mcf5373l_defconfig
+++ b/configs/astro_mcf5373l_defconfig
@@ -16,6 +16,7 @@ CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="protect off 0x80000 0x1ffffff;run env_check;run xilinxload&&run alteraload&&bootm 0x80000;update;reset"
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_MISC_INIT_R=y
+CONFIG_SYS_MALLOC_BOOTPARAMS=y
CONFIG_HUSH_PARSER=y
# CONFIG_AUTO_COMPLETE is not set
CONFIG_SYS_PROMPT="URMEL > "