r1899 - trunk/src/host/qemu-neo1973/hw

andrew at sita.openmoko.org andrew at sita.openmoko.org
Thu May 3 11:58:38 CEST 2007


Author: andrew
Date: 2007-05-03 11:58:37 +0200 (Thu, 03 May 2007)
New Revision: 1899

Modified:
   trunk/src/host/qemu-neo1973/hw/neo1973.c
Log:
Pass correct RAM size in kernel parameters (currently unused) - spotted by BobOfDoom.


Modified: trunk/src/host/qemu-neo1973/hw/neo1973.c
===================================================================
--- trunk/src/host/qemu-neo1973/hw/neo1973.c	2007-05-03 02:46:03 UTC (rev 1898)
+++ trunk/src/host/qemu-neo1973/hw/neo1973.c	2007-05-03 09:58:37 UTC (rev 1899)
@@ -366,7 +366,7 @@
 #if 0
     cpu->env->regs[15] = S3C_SRAM_BASE;
 
-    arm_load_kernel(ram_size, kernel_filename, kernel_cmdline,
+    arm_load_kernel(neo_ram, kernel_filename, kernel_cmdline,
                     initrd_filename, 0x49e, S3C_RAM_BASE);
 #else
     load_image("u-boot.bin",





More information about the commitlog mailing list