commit | 2c427f0437c3e2909bdb733217ae3ff67a09b32d | [log] [tgz] |
---|---|---|
author | Massimo Pegorer <massimo.pegorer@gmail.com> | Wed Aug 02 19:05:23 2023 +0200 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat Aug 12 10:37:32 2023 +0800 |
tree | 158fe05d4477e8bd2070d9b6c40eed60505137c7 | |
parent | e88413872adc3095360f26ebbc2cf10bcfc48ed7 [diff] |
rockchip: spl: Drop useless call to debug_uart_init Since commit 0dba45864b2a ("arm: Init the debug UART") function debug_uart_init is called in crt files _main before calling board_init_f. Therefore, there is no need to call it again inside board_init_f implementation in arm/mach-rockchip/spl.c. Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>