]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: spl: Drop useless call to debug_uart_init
authorMassimo Pegorer <massimo.pegorer@gmail.com>
Wed, 2 Aug 2023 17:05:23 +0000 (19:05 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 12 Aug 2023 02:37:32 +0000 (10:37 +0800)
commit2558dcb4e65e77e49abece3cd705b8885ea8920e
tree158fe05d4477e8bd2070d9b6c40eed60505137c7
parentb8b23ca41523839644507c1dfc6955233274bd81
rockchip: spl: Drop useless call to debug_uart_init

Since commit f4d0c01c88e5 ("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>
arch/arm/mach-rockchip/spl.c