aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 17:19:53 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:46 -0400
commitef0a3449e39fa1a746d89fcf5610f52883df078a (patch)
tree16fa29d35c735c5ca4bef47381ec688e64637c6e
parent26e5944ec90c39d39db3aa52d5aecaf017ee0172 (diff)
downloadu-boot-ef0a3449e39fa1a746d89fcf5610f52883df078a.zip
u-boot-ef0a3449e39fa1a746d89fcf5610f52883df078a.tar.gz
u-boot-ef0a3449e39fa1a746d89fcf5610f52883df078a.tar.bz2
mx28evk_auart_console: Remove CONFIG_SYS_EXTRA_OPTIONS
This was only setting values not referenced in the code so remove it. Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/mx28evk_auart_console_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx28evk_auart_console_defconfig b/configs/mx28evk_auart_console_defconfig
index 0b0459e..af9ff19 100644
--- a/configs/mx28evk_auart_console_defconfig
+++ b/configs/mx28evk_auart_console_defconfig
@@ -13,7 +13,6 @@ CONFIG_TARGET_MX28EVK=y
CONFIG_SPL_SERIAL=y
CONFIG_SPL=y
CONFIG_SYS_LOAD_ADDR=0x42000000
-CONFIG_SYS_EXTRA_OPTIONS="MXS_AUART,MXS_AUART_BASE=MXS_UARTAPP3_BASE"
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi"
CONFIG_SYS_CONSOLE_IS_IN_ENV=y