Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/
[pandora-kernel.git] / arch / mips / qemu / q-firmware.c
1 #include <linux/init.h>
2 #include <asm/bootinfo.h>
3
4 void __init prom_init(void)
5 {
6         add_memory_region(0x0<<20, 0x10<<20, BOOT_MEM_RAM);
7 }