[coreboot] r47 - trunk/filo-0.5/i386

svn at coreboot.org svn at coreboot.org
Sat May 3 16:48:04 CEST 2008


Author: stepan
Date: 2008-05-03 16:48:04 +0200 (Sat, 03 May 2008)
New Revision: 47

Modified:
   trunk/filo-0.5/i386/sys_info.c
Log:
those are error messages, not debug


Modified: trunk/filo-0.5/i386/sys_info.c
===================================================================
--- trunk/filo-0.5/i386/sys_info.c	2008-05-03 14:44:59 UTC (rev 46)
+++ trunk/filo-0.5/i386/sys_info.c	2008-05-03 14:48:04 UTC (rev 47)
@@ -34,7 +34,7 @@
 	info->memrange[0].base = 0;
 	info->memrange[0].size = 640*1024;
 	info->memrange[1].base = 1024*1024;
-	info->memrange[1].size = 32*1024*1024
+	info->memrange[1].size = 64*1024*1024
 	    - info->memrange[1].base;
     }
 





More information about the coreboot mailing list