]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: rockchip: drop useless DEBUG_UART_SKIP_INIT
authorPegorer Massimo <Massimo.Pegorer@vimar.com>
Sun, 16 Jul 2023 16:53:58 +0000 (16:53 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 31 Jul 2023 06:39:01 +0000 (14:39 +0800)
commit6d79d8a7435a438e07660149707daefdb05de8ce
tree5b64f6b9f160644d991014d3de446154554c696f
parentffd41939feaa0a83f825e0e94b8ebedab7db914c
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>
16 files changed:
configs/evb-px30_defconfig
configs/evb-px5_defconfig
configs/evb-rk3308_defconfig
configs/evb-rk3328_defconfig
configs/firefly-px30_defconfig
configs/geekbox_defconfig
configs/lion-rk3368_defconfig
configs/odroid-go2_defconfig
configs/px30-core-ctouch2-of10-px30_defconfig
configs/px30-core-ctouch2-px30_defconfig
configs/px30-core-edimm2.2-px30_defconfig
configs/ringneck-px30_defconfig
configs/roc-cc-rk3308_defconfig
configs/rock-pi-e-rk3328_defconfig
configs/rock-pi-s-rk3308_defconfig
configs/sheep-rk3368_defconfig