From 633c585bfadb71ba5a91a91b58772ef551d14efd Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 12 Jun 2008 00:45:01 -0400 Subject: X86: Make the regular console use the serial port as well. --- configs/common/FSConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index bcc80eaf9..e120814d3 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -178,7 +178,7 @@ def makeLinuxX86System(mem_mode, mdesc = None): self.bridge.side_b = self.membus.port # Command line - self.boot_osflags = 'earlyprintk=ttyS0' + self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0' # Platform self.pc = PC() -- cgit v1.2.3