
On Sat, Jul 28, 2018 at 2:03 PM Adam Ford aford173@gmail.com wrote:
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")
Tom, Is there any way this can be applied for the next RC candidate? SPL serial has been broken for a while and I just recently noticed it.
adam
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index ed9f454a5d..0420493a0e 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -46,7 +46,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 -- 2.17.1