commit | 0b881acbfbe26c237e6317faa906fbac2901dbf1 | [log] [tgz] |
---|---|---|
author | Trevor Woerner <twoerner@gmail.com> | Thu Jun 10 22:37:02 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 06 14:11:50 2021 -0400 |
tree | 947c60f5230b46fca0a2279df607a640c88c8bdd | |
parent | 1d5afdfd5e5d496754446823a352c522220c59d3 [diff] |
lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX There's nothing special or unique to the lpc32xx that requires its own config parameter for specifying the console uart index. Therefore instead of using the lpc32xx-specific CONFIG_SYS_LPC32XX_UART include parameter, use the already-available CONFIG_CONS_INDEX from Kconfig. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>