diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-12 16:45:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 167f699ba142193e67cade8d19127cfda723ce38 (patch) | |
tree | 4ed758645cf4107e2310b5da4a5279b447649e54 /configs/linkit-smart-7688_defconfig | |
parent | b7fbdc55c7c72e97595f1f3233c0e9477c97c52b (diff) | |
download | u-boot-167f699ba142193e67cade8d19127cfda723ce38.tar.gz |
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/linkit-smart-7688_defconfig')
-rw-r--r-- | configs/linkit-smart-7688_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linkit-smart-7688_defconfig b/configs/linkit-smart-7688_defconfig index b137edd7e6..d50c77d8b6 100644 --- a/configs/linkit-smart-7688_defconfig +++ b/configs/linkit-smart-7688_defconfig @@ -28,6 +28,7 @@ CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_SYS_MALLOC_BOOTPARAMS=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_NOR_SUPPORT=y CONFIG_HUSH_PARSER=y |