projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf27ed
)
microblaze: Fix FDT message in boot_prep_linux()
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 17 Oct 2019 12:12:48 +0000
(14:12 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:03 +0000
(13:37 +0200)
There is no need to show FDT message in regular flow that's why switch it
to debug level.
Fixes:
0905046050b0
("microblaze: Switch to generic bootm implementation")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/lib/bootm.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/lib/bootm.c
b/arch/microblaze/lib/bootm.c
index 11e534715d15530d9c14170c2a79cbc04cd563c3..5650109d631313621df062cdb8975296fad834ca 100644
(file)
--- a/
arch/microblaze/lib/bootm.c
+++ b/
arch/microblaze/lib/bootm.c
@@
-92,7
+92,7
@@
static void boot_jump_linux(bootm_headers_t *images, int flag)
static void boot_prep_linux(bootm_headers_t *images)
{
if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) {
-
printf
("using: FDT\n");
+
debug
("using: FDT\n");
if (image_setup_linux(images)) {
printf("FDT creation failed! hanging...");
hang();