arm: Fix some inconsistent debug-UART CONFIG options
authorSimon Glass <sjg@chromium.org>
Wed, 3 Nov 2021 13:16:05 +0000 (07:16 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:04:58 +0000 (17:04 -0500)
commit31ec464d65e13a3e40c84bb92c6fc70bf7610eb8
tree419a45d90d573cda7619bb0b1b40dcb71014ad97
parenta4bc38da27dfc170e87b5849115cc8faedb6ae90
arm: Fix some inconsistent debug-UART CONFIG options

A few boards enable CONFIG_DEBUG_UART_BOARD_INIT but do not define the
required init function. Fix this by disabling the debug UART.

With snow the debug UART is enabled but the driver CONFIG is not. Fix this
too.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/elgin-rv1108_defconfig
configs/evb-rk3128_defconfig
configs/evb-rv1108_defconfig
configs/pm9g45_defconfig
configs/snow_defconfig