rockchip: rk3399: tpl: Mark printascii into debug
Now, we have spl_board_init which has TPL banner prints. So mark the 'U-Boot TPL 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
c997c0fc28
commit
97d98e6bbf
@ -47,7 +47,7 @@ void board_init_f(ulong dummy)
|
||||
* printhex8(0x1234);
|
||||
* printascii("string");
|
||||
*/
|
||||
printascii("U-Boot TPL board init\n");
|
||||
debug("U-Boot TPL board init\n");
|
||||
#endif
|
||||
ret = spl_early_init();
|
||||
if (ret) {
|
||||
|
Loading…
Reference in New Issue
Block a user