rockchip: rk3399: tpl: Mark printascii into debug
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 20 Jun 2019 18:55:05 +0000 (00:25 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 26 Jun 2019 13:11:29 +0000 (21:11 +0800)
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>
arch/arm/mach-rockchip/rk3399-board-tpl.c

index 72d0dd914eec282779a3f8aa014ceef3fa0ecfba..4a301249b499691f3660756ea37812032e7cc25a 100644 (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) {