[PATCH 1/2] rockchip: spl: Drop useless call to debug_uart_init
Simon Glass
sjg at chromium.org
Wed Aug 2 23:31:42 CEST 2023
On Wed, 2 Aug 2023 at 11:05, Massimo Pegorer <massimo.pegorer at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
> arch/arm/mach-rockchip/spl.c | 2 --
> 1 file changed, 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list