Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2757 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2007-04-30 02:24:42 +00:00
parent b00052e496
commit 9d55199763
7 changed files with 17 additions and 15 deletions

View file

@ -131,7 +131,7 @@ static void realview_init(int ram_size, int vga_ram_size, int boot_device,
/* 0x6c000000 PCI mem 2. */
arm_load_kernel(env, ram_size, kernel_filename, kernel_cmdline,
initrd_filename, 0x33b);
initrd_filename, 0x33b, 0x0);
}
QEMUMachine realview_machine = {