Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74510f2a authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add messages about FDT blob



Print accurate message about place where FDT blob is.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 909964ec
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -138,9 +138,12 @@ void __init machine_early_init(const char *cmdline, unsigned int ram,
	setup_early_printk(NULL);
	setup_early_printk(NULL);
#endif
#endif


	early_printk("Ramdisk addr 0x%08x, FDT 0x%08x\n", ram, fdt);
	early_printk("Ramdisk addr 0x%08x, ", ram);
	if (fdt)
	if (fdt)
		printk(KERN_NOTICE "Found FDT at 0x%08x\n", fdt);
		early_printk("FDT at 0x%08x\n", fdt);
	else
		early_printk("Compiled-in FDT at 0x%08x\n",
					(unsigned int)_fdt_start);


#ifdef CONFIG_MTD_UCLINUX
#ifdef CONFIG_MTD_UCLINUX
	early_printk("Found romfs @ 0x%08x (0x%08x)\n",
	early_printk("Found romfs @ 0x%08x (0x%08x)\n",