rockchip: rk3399: spl: Mark printascii into debug

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@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Jagan Teki 2019-06-21 00:25:01 +05:30 committed by Kever Yang
parent 07586ee432
commit 5e7216462b

View File

@ -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();