diff options
author | Simon Glass | 2021-11-03 07:16:05 -0600 |
---|---|---|
committer | Tom Rini | 2021-11-17 17:04:58 -0500 |
commit | 31ec464d65e13a3e40c84bb92c6fc70bf7610eb8 (patch) | |
tree | 419a45d90d573cda7619bb0b1b40dcb71014ad97 /configs/snow_defconfig | |
parent | a4bc38da27dfc170e87b5849115cc8faedb6ae90 (diff) |
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/snow_defconfig')
-rw-r--r-- | configs/snow_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index e5bac37808e..00181124eca 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -18,6 +18,7 @@ CONFIG_SPL_TEXT_BASE=0x02023400 CONFIG_SPL=y CONFIG_DEBUG_UART_BASE=0x12c30000 CONFIG_DEBUG_UART_CLOCK=100000000 +CONFIG_DEBUG_UART_S5P=y CONFIG_IDENT_STRING=" for snow" CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y |