]> git.baikalelectronics.ru Git - uboot.git/commit
microblaze: Fix FDT message in boot_prep_linux()
authorMichal Simek <michal.simek@xilinx.com>
Thu, 17 Oct 2019 12:12:48 +0000 (14:12 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:03 +0000 (13:37 +0200)
commitbb1e42a84e61739a028e2d9372280e6fffa20740
tree29c2c72bda14909c7a5d7475ce0f2525e342b78d
parentba33b6f2b68a52619943f1683b539fae83e7d4fc
microblaze: Fix FDT message in boot_prep_linux()

There is no need to show FDT message in regular flow that's why switch it
to debug level.

Fixes: fb923062fb64 ("microblaze: Switch to generic bootm implementation")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/lib/bootm.c