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)
commit4ab8d6328265da995401fcbfb8be5e20f660cfb0
tree29c2c72bda14909c7a5d7475ce0f2525e342b78d
parent6bf27ed9ae29bfa9a5e43ed4e5e65724880b5d52
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: 0905046050b0 ("microblaze: Switch to generic bootm implementation")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/lib/bootm.c