configs: npcm: remove CONFIG_SYS_SKIP_UART_INIT
authorJim Liu <jim.t90615@gmail.com>
Thu, 7 Aug 2025 05:32:24 +0000 (13:32 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 18 Aug 2025 22:40:24 +0000 (16:40 -0600)
commit58fa3b5159cf4090ed926507d7778ebd1dc0686f
treea8a114cc57033e98dbd12e0d0fbe847a37643c1a
parent987880581646d5836d2485e5f7a5af6ce8600da1
configs: npcm: remove CONFIG_SYS_SKIP_UART_INIT

Set the uart clock frequency according to dts by default.
If CONFIG_SYS_SKIP_UART_INIT is not enabled, no need to
do board_set_console to change the console bootarg.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
board/nuvoton/arbel_evb/arbel_evb.c
board/nuvoton/poleg_evb/poleg_evb.c
configs/arbel_evb_defconfig
configs/poleg_evb_defconfig