diff options
| author | Pegorer Massimo <[email protected]> | 2023-07-16 16:53:58 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-07-31 14:39:01 +0800 |
| commit | 6d79d8a7435a438e07660149707daefdb05de8ce (patch) | |
| tree | 5b64f6b9f160644d991014d3de446154554c696f /configs/evb-px5_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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'configs/evb-px5_defconfig')
| -rw-r--r-- | configs/evb-px5_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/evb-px5_defconfig b/configs/evb-px5_defconfig index 29f7516e75a..5f32c926745 100644 --- a/configs/evb-px5_defconfig +++ b/configs/evb-px5_defconfig @@ -76,7 +76,6 @@ CONFIG_RAM=y CONFIG_SPL_RAM=y CONFIG_TPL_RAM=y CONFIG_DEBUG_UART_SHIFT=2 -CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_SYS_NS16550_MEM32=y CONFIG_SYSRESET=y CONFIG_PANIC_HANG=y |
