]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc0a7ca96b40aa1028eb45d93a71fd5d906193f78
tree419a45d90d573cda7619bb0b1b40dcb71014ad97
parent6db82331935d2b029499d37ff253b8ec1aea3c14
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