summaryrefslogtreecommitdiff
path: root/configs/evb-px30_defconfig
diff options
context:
space:
mode:
authorPegorer Massimo <Massimo.Pegorer@vimar.com>2023-07-16 19:53:58 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-07-31 09:39:01 +0300
commit6d79d8a7435a438e07660149707daefdb05de8ce (patch)
tree5b64f6b9f160644d991014d3de446154554c696f /configs/evb-px30_defconfig
parentffd41939feaa0a83f825e0e94b8ebedab7db914c (diff)
downloadu-boot-6d79d8a7435a438e07660149707daefdb05de8ce.tar.xz
configs: rockchip: drop useless DEBUG_UART_SKIP_INIT
DEBUG_UART_SKIP_INIT feature is implemented only by s5p (DEBUG_UART_S5P) and pl01x (DEBUG_UART_PL010 or DEBUG_UART_PL011) serial drivers, but all ARCH_ROCKCHIP configs rely on default DEBUG_UART_NS16550. The ns16550 serial driver does not depends on DEBUG_UART_SKIP_INIT, so drop it from rockchip configs. Signed-off-by: Massimo Pegorer <massimo.pegorer@vimar.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/evb-px30_defconfig')
-rw-r--r--configs/evb-px30_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/evb-px30_defconfig b/configs/evb-px30_defconfig
index 4ac161683c..d75329d385 100644
--- a/configs/evb-px30_defconfig
+++ b/configs/evb-px30_defconfig
@@ -100,7 +100,6 @@ CONFIG_DM_RNG=y
CONFIG_RNG_ROCKCHIP=y
# CONFIG_SPECIFY_CONSOLE_INDEX is not set
CONFIG_DEBUG_UART_SHIFT=2
-CONFIG_DEBUG_UART_SKIP_INIT=y
CONFIG_SYS_NS16550_MEM32=y
CONFIG_SOUND=y
CONFIG_SYSRESET=y