diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-16 18:54:31 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-16 18:54:31 +0000 |
commit | daf90626beeb5f20504c593f01604a554f7ef232 (patch) | |
tree | ed90b628069d3f453d42c49dead8d7a5f8773638 /hw/integratorcp.c | |
parent | 5856de800df5789b8641c47be5399afff7773910 (diff) |
ARM ELF loader.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2320 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/integratorcp.c')
-rw-r--r-- | hw/integratorcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/integratorcp.c b/hw/integratorcp.c index 17dca28599..4e5f4ac9f7 100644 --- a/hw/integratorcp.c +++ b/hw/integratorcp.c @@ -509,7 +509,7 @@ static void integratorcp_init(int ram_size, int vga_ram_size, int boot_device, } pl110_init(ds, 0xc0000000, pic, 22, 0); - arm_load_kernel(ram_size, kernel_filename, kernel_cmdline, + arm_load_kernel(env, ram_size, kernel_filename, kernel_cmdline, initrd_filename, 0x113); } |