summaryrefslogtreecommitdiff
path: root/configs/rcar3_ulcb_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-12 16:45:08 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commit167f699ba142193e67cade8d19127cfda723ce38 (patch)
tree4ed758645cf4107e2310b5da4a5279b447649e54 /configs/rcar3_ulcb_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/rcar3_ulcb_defconfig')
-rw-r--r--configs/rcar3_ulcb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rcar3_ulcb_defconfig b/configs/rcar3_ulcb_defconfig
index 8402634cc01..c953299c0d0 100644
--- a/configs/rcar3_ulcb_defconfig
+++ b/configs/rcar3_ulcb_defconfig
@@ -21,6 +21,7 @@ CONFIG_USE_BOOTARGS=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="tftp 0x48080000 Image; tftp 0x48000000 Image-r8a77950-ulcb.dtb; booti 0x48080000 - 0x48000000"
CONFIG_DEFAULT_FDT_FILE="r8a77950-ulcb.dtb"
+CONFIG_SYS_MALLOC_BOOTPARAMS=y
CONFIG_UPDATE_TFTP=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_MAXARGS=64