Skip to content
Snippets Groups Projects
Commit f43674cf authored by Adam Ford's avatar Adam Ford Committed by Tom Rini
Browse files

omap3_logic: Fix CONS_INDEX


The console index for SPL should be 1 not 3 in order to see text during
SPL.

Fixes: 6f6b7cfa ("Convert all of CONFIG_CONS_INDEX to Kconfig")
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
parent 7e83f1d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment