On Thu, 10 Jun 2021 at 20:37, Trevor Woerner <twoer...@gmail.com> wrote: > > 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 <twoer...@gmail.com> > --- > > (no changes since v1) > > arch/arm/include/asm/arch-lpc32xx/config.h | 4 ++-- > arch/arm/mach-lpc32xx/devices.c | 3 +-- > board/timll/devkit3250/devkit3250.c | 2 +- > board/timll/devkit3250/devkit3250_spl.c | 2 +- > board/work-microwave/work_92105/work_92105.c | 2 +- > board/work-microwave/work_92105/work_92105_spl.c | 2 +- > configs/devkit3250_defconfig | 2 ++ > configs/work_92105_defconfig | 2 ++ > include/configs/devkit3250.h | 5 ----- > include/configs/work_92105.h | 5 ----- > scripts/config_whitelist.txt | 1 - > 11 files changed, 11 insertions(+), 19 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>