Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155829
b: refs/heads/master
c: 74510f2
h: refs/heads/master
i:
  155827: 9b93df6
v: v3
  • Loading branch information
Michal Simek committed Jul 27, 2009
1 parent 8a7a029 commit 8c0de22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 909964ec89ba466d75d53250d5738d1891cc1a3d
refs/heads/master: 74510f2a2751ed56b5ab099b2e3b7697b91aa77e
9 changes: 6 additions & 3 deletions trunk/arch/microblaze/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,12 @@ void __init machine_early_init(const char *cmdline, unsigned int ram,
setup_early_printk(NULL);
#endif

early_printk("Ramdisk addr 0x%08x, FDT 0x%08x\n", ram, fdt);
if(fdt)
printk(KERN_NOTICE "Found FDT at 0x%08x\n", fdt);
early_printk("Ramdisk addr 0x%08x, ", ram);
if (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
early_printk("Found romfs @ 0x%08x (0x%08x)\n",
Expand Down

0 comments on commit 8c0de22

Please sign in to comment.