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:
Jagan Teki 2019-06-21 00:25:05 +05:30 committed by Kever Yang
parent c997c0fc28
commit 97d98e6bbf

View File

@ -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) {