diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-25 03:41:01 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-01 00:46:37 +0300 |
commit | c603f6bdc3024079a66c9def0dfc8a34a5f81b1f (patch) | |
tree | 8ebe7abf48fb2b887c6e77330605e97b645d51d4 /configs/riotboard_defconfig | |
parent | 148b8bb4b6bd9402d3e5b9173d8a2b65b587b81d (diff) | |
download | u-boot-c603f6bdc3024079a66c9def0dfc8a34a5f81b1f.tar.xz |
Convert CONFIG_SPL to Kconfig
This converts the following to Kconfig:
CONFIG_SPL
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/riotboard_defconfig')
-rw-r--r-- | configs/riotboard_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 0fc066da78..dfc4c0f258 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -21,7 +21,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_SYS_EXTRA_OPTIONS="SPL,DDR_MB=1024" +CONFIG_SYS_EXTRA_OPTIONS="DDR_MB=1024" CONFIG_BOOTCOMMAND="run finduuid; run distro_bootcmd" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |