commit | ca55fb979009964f9047a843cbb593a6922fe773 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Jul 28 14:03:21 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 10 13:45:10 2018 -0400 |
tree | dfe0b942a6a0984b2738dcc76f5fdaa7c548b2cd | |
parent | 7f00c2f6da11f938ea7207c3de17de7d2117300c [diff] |
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>