commit | 14e1a1b69c8a8e499bf770410082eead139d4da8 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue May 07 17:10:55 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed May 15 10:55:07 2024 -0600 |
tree | 32f4e6ab73e082b4c3689e0b6461c68b58a4174e | |
parent | 44d79be9caff6c1a4454c74509639fb32d1d8bfc [diff] |
board: nuvoton: Use an event to replace last_stage_init() and fix build error Followed the new style use event to replace last_stage_init(). Fixed build error After replace last_stage_init(). And remove CONFIG_SYS_SKIP_UART_INIT from defconfig, system will reuse the setting from bootblock and skip the baud rate setting. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>