]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
omap3_logic: Fix CONS_INDEX
authorAdam Ford <aford173@gmail.com>
Sat, 28 Jul 2018 19:03:21 +0000 (14:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 10 Aug 2018 17:45:10 +0000 (13:45 -0400)
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>
configs/omap3_logic_defconfig

index df1b42f3c2870ce50225642542f2cfaf2c219054..a9cf746dcc245f4cc2c6991959ddd47586b28ff9 100644 (file)
@@ -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