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:
07586ee
)
rockchip: rk3399: spl: Mark printascii into debug
author
Jagan Teki
<
[email protected]
>
Thu, 20 Jun 2019 18:55:01 +0000
(
00:25
+0530)
committer
Kever Yang
<
[email protected]
>
Wed, 26 Jun 2019 13:11:28 +0000
(21:11 +0800)
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 <
[email protected]
>
Reviewed-by: Kever Yang <
[email protected]
>
arch/arm/mach-rockchip/rk3399-board-spl.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3399-board-spl.c
b/arch/arm/mach-rockchip/rk3399-board-spl.c
index 65c98b697dc47a8df048a5e0239b97a0b44c3a9e..890d80025f6d7f28e5ad63f7b41023740f187a45 100644
(file)
--- a/
arch/arm/mach-rockchip/rk3399-board-spl.c
+++ b/
arch/arm/mach-rockchip/rk3399-board-spl.c
@@
-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();