[LinuxBIOS] r19 - buildrom-devel/config/payloads

svn at openbios.org svn at openbios.org
Wed Sep 12 18:41:58 CEST 2007


Author: ward
Date: 2007-09-12 18:41:58 +0200 (Wed, 12 Sep 2007)
New Revision: 19

Modified:
   buildrom-devel/config/payloads/lab.conf
Log:
Don't limit RAM to 119MB for LAB, which was leftover from the early OLPC days.
Also add console output to tty0.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Jordan Crouse <jordan.crouse at amd.com>



Modified: buildrom-devel/config/payloads/lab.conf
===================================================================
--- buildrom-devel/config/payloads/lab.conf	2007-09-12 16:39:06 UTC (rev 18)
+++ buildrom-devel/config/payloads/lab.conf	2007-09-12 16:41:58 UTC (rev 19)
@@ -7,7 +7,7 @@
 ### Payload specific configuration
 
 # Specify the default command line for the image
-COMMAND_LINE=console=ttyS0,115200 mem=119m rdinit=/linuxrc
+COMMAND_LINE=console=tty0 console=ttyS0,115200 rdinit=/linuxrc
 
 # This is the version string printed during boot.
 





More information about the coreboot mailing list