projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c997c0f
)
rockchip: rk3399: tpl: Mark printascii into debug
author
Jagan Teki
<
[email protected]
>
Thu, 20 Jun 2019 18:55:05 +0000
(
00:25
+0530)
committer
Kever Yang
<
[email protected]
>
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 <
[email protected]
>
Reviewed-by: Kever Yang <
[email protected]
>
arch/arm/mach-rockchip/rk3399-board-tpl.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3399-board-tpl.c
b/arch/arm/mach-rockchip/rk3399-board-tpl.c
index 72d0dd914eec282779a3f8aa014ceef3fa0ecfba..4a301249b499691f3660756ea37812032e7cc25a 100644
(file)
--- a/
arch/arm/mach-rockchip/rk3399-board-tpl.c
+++ b/
arch/arm/mach-rockchip/rk3399-board-tpl.c
@@
-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) {