aboutsummaryrefslogtreecommitdiff
path: root/configs/stmark2_defconfig
diff options
context:
space:
mode:
authorTom Rini2022-03-23 17:19:52 -0400
committerTom Rini2022-04-01 10:28:46 -0400
commit26e5944ec90c39d39db3aa52d5aecaf017ee0172 (patch)
treeaf37548eeec56b18685c7a989993752678555422 /configs/stmark2_defconfig
parent3c205a6e4a7a96c9727a286a47fbaaade9adb9ed (diff)
stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig
This platform is the only one to set these options, so define them in the board Kconfig file. Cc: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/stmark2_defconfig')
-rw-r--r--configs/stmark2_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig
index 17007a003b9..c85e3e75d3d 100644
--- a/configs/stmark2_defconfig
+++ b/configs/stmark2_defconfig
@@ -9,7 +9,6 @@ CONFIG_TARGET_STMARK2=y
CONFIG_MCFTMR=y
CONFIG_SYS_LOAD_ADDR=0x40010000
CONFIG_TIMESTAMP=y
-CONFIG_SYS_EXTRA_OPTIONS="CF_SBF,SYS_SERIAL_BOOT,SYS_INPUT_CLKSRC=30000000"
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 rw rootfstype=ramfs rdinit=/bin/init devtmpfs.mount=1"
CONFIG_USE_BOOTCOMMAND=y