mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
b00052e496
commit
9d55199763
7 changed files with 17 additions and 15 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue