aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-28 14:03:21 -0500
committerTom Rini <trini@konsulko.com>2018-08-10 13:45:10 -0400
commitf43674cf8261ad5f39d8cb5f4316e559b876aa22 (patch)
treedfe0b942a6a0984b2738dcc76f5fdaa7c548b2cd /configs
parent7e83f1d5e819c76d50fc4daee9d4b5348bf3dc0f (diff)
downloadu-boot-f43674cf8261ad5f39d8cb5f4316e559b876aa22.zip
u-boot-f43674cf8261ad5f39d8cb5f4316e559b876aa22.tar.gz
u-boot-f43674cf8261ad5f39d8cb5f4316e559b876aa22.tar.bz2
omap3_logic: Fix CONS_INDEX
The console index for SPL should be 1 not 3 in order to see text during SPL. Fixes: 6f6b7cfa89e5 ("Convert all of CONFIG_CONS_INDEX to Kconfig") Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/omap3_logic_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index df1b42f..a9cf746 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -45,7 +45,7 @@ CONFIG_NETDEVICES=y
CONFIG_SMC911X=y
CONFIG_SMC911X_BASE=0x08000000
CONFIG_SMC911X_32_BIT=y
-CONFIG_CONS_INDEX=3
+CONFIG_CONS_INDEX=1
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y