aboutsummaryrefslogtreecommitdiff
path: root/configs/evb-rk3128_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-03 07:16:05 -0600
committerTom Rini <trini@konsulko.com>2021-11-17 17:04:58 -0500
commit31ec464d65e13a3e40c84bb92c6fc70bf7610eb8 (patch)
tree419a45d90d573cda7619bb0b1b40dcb71014ad97 /configs/evb-rk3128_defconfig
parenta4bc38da27dfc170e87b5849115cc8faedb6ae90 (diff)
downloadu-boot-31ec464d65e13a3e40c84bb92c6fc70bf7610eb8.zip
u-boot-31ec464d65e13a3e40c84bb92c6fc70bf7610eb8.tar.gz
u-boot-31ec464d65e13a3e40c84bb92c6fc70bf7610eb8.tar.bz2
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>
Diffstat (limited to 'configs/evb-rk3128_defconfig')
-rw-r--r--configs/evb-rk3128_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3128_defconfig b/configs/evb-rk3128_defconfig
index e446a22..544d6de 100644
--- a/configs/evb-rk3128_defconfig
+++ b/configs/evb-rk3128_defconfig
@@ -6,6 +6,7 @@ CONFIG_NR_DRAM_BANKS=2
CONFIG_ENV_OFFSET=0x0
CONFIG_DEFAULT_DEVICE_TREE="rk3128-evb"
CONFIG_ROCKCHIP_RK3128=y
+# CONFIG_DEBUG_UART_BOARD_INIT is not set
CONFIG_DEBUG_UART_BASE=0x20068000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART=y