aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-24 20:41:01 -0400
committerTom Rini <trini@konsulko.com>2021-08-31 17:46:37 -0400
commitc603f6bdc3024079a66c9def0dfc8a34a5f81b1f (patch)
tree8ebe7abf48fb2b887c6e77330605e97b645d51d4
parent148b8bb4b6bd9402d3e5b9173d8a2b65b587b81d (diff)
downloadu-boot-c603f6bdc3024079a66c9def0dfc8a34a5f81b1f.zip
u-boot-c603f6bdc3024079a66c9def0dfc8a34a5f81b1f.tar.gz
u-boot-c603f6bdc3024079a66c9def0dfc8a34a5f81b1f.tar.bz2
Convert CONFIG_SPL to Kconfig
This converts the following to Kconfig: CONFIG_SPL Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/mx6memcal_defconfig1
-rw-r--r--configs/riotboard_defconfig2
2 files changed, 1 insertions, 2 deletions
diff --git a/configs/mx6memcal_defconfig b/configs/mx6memcal_defconfig
index 746dc81..8cf0d13 100644
--- a/configs/mx6memcal_defconfig
+++ b/configs/mx6memcal_defconfig
@@ -14,7 +14,6 @@ CONFIG_SPL_TEXT_BASE=0x00908000
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y
CONFIG_SUPPORT_RAW_INITRD=y
-CONFIG_SYS_EXTRA_OPTIONS="SPL"
CONFIG_SPL_USB_HOST=y
CONFIG_SPL_WATCHDOG=y
CONFIG_HUSH_PARSER=y
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index 0fc066d..dfc4c0f 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