diff options
author | Pegorer Massimo | 2023-07-16 16:53:58 +0000 |
---|---|---|
committer | Kever Yang | 2023-07-31 14:39:01 +0800 |
commit | 6d79d8a7435a438e07660149707daefdb05de8ce (patch) | |
tree | 5b64f6b9f160644d991014d3de446154554c696f /configs/px30-core-edimm2.2-px30_defconfig | |
parent | ffd41939feaa0a83f825e0e94b8ebedab7db914c (diff) |
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/px30-core-edimm2.2-px30_defconfig')
-rw-r--r-- | configs/px30-core-edimm2.2-px30_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/px30-core-edimm2.2-px30_defconfig b/configs/px30-core-edimm2.2-px30_defconfig index 92540e73bec..a49bb4072d2 100644 --- a/configs/px30-core-edimm2.2-px30_defconfig +++ b/configs/px30-core-edimm2.2-px30_defconfig @@ -99,7 +99,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 |