Hi Jagan, On 06/21/2019 02:55 AM, Jagan Teki wrote: > Now, we have spl_board_init with preloader_console_init that > indeed show SPL banner. > > So mark the 'U-Boot SPL board init' print into debug. > > Signed-off-by: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Kever Yang <kever.yang@xxxxxxxxxxxxxx> Thanks, - Kever > --- > arch/arm/mach-rockchip/rk3399-board-spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-rockchip/rk3399-board-spl.c b/arch/arm/mach-rockchip/rk3399-board-spl.c > index 65c98b697d..890d80025f 100644 > --- a/arch/arm/mach-rockchip/rk3399-board-spl.c > +++ b/arch/arm/mach-rockchip/rk3399-board-spl.c > @@ -164,7 +164,7 @@ void board_init_f(ulong dummy) > * printhex8(0x1234); > * printascii("string"); > */ > - printascii("U-Boot SPL board init\n"); > + debug("U-Boot SPL board init\n"); > #endif > > ret = spl_early_init(); _______________________________________________ Linux-rockchip mailing list Linux-rockchip@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/linux-rockchip