]> git.baikalelectronics.ru Git - uboot.git/commit
lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX
authorTrevor Woerner <twoerner@gmail.com>
Fri, 11 Jun 2021 02:37:02 +0000 (22:37 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:11:50 +0000 (14:11 -0400)
commit6a6cfbc86a821995b527e20f7af2c8afc0d8f589
tree947c60f5230b46fca0a2279df607a640c88c8bdd
parent3a9300ee1ab8565fdf69ea4ff950c0edd85f0496
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>
arch/arm/include/asm/arch-lpc32xx/config.h
arch/arm/mach-lpc32xx/devices.c
board/timll/devkit3250/devkit3250.c
board/timll/devkit3250/devkit3250_spl.c
board/work-microwave/work_92105/work_92105.c
board/work-microwave/work_92105/work_92105_spl.c
configs/devkit3250_defconfig
configs/work_92105_defconfig
include/configs/devkit3250.h
include/configs/work_92105.h
scripts/config_whitelist.txt