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:
parent
07586ee432
commit
5e7216462b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user