diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-01-21 04:32:34 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-01-21 04:32:34 -0500 |
commit | 657b52fea1aa53988b83e4cd91dac7836825a7d7 (patch) | |
tree | 174f7f7c8aa22a7836117b93e1782a8cd974133c /configs/common | |
parent | 48295aa5147b11cdf4eebbf561b65c8d5668c019 (diff) | |
download | gem5-657b52fea1aa53988b83e4cd91dac7836825a7d7.tar.xz |
X86: Use the existing boot_osflags instead of duplicating it.
--HG--
extra : convert_revision : e04e438d7d261a61c52b946c23cd126ed648814a
Diffstat (limited to 'configs/common')
-rw-r--r-- | configs/common/FSConfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index c8916841b..6d7634106 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -184,6 +184,9 @@ def makeLinuxX86System(mem_mode, mdesc = None): self.com_1.pio = self.iobus.port self.com_1.sim_console = self.console + # Command line + self.boot_osflags = 'earlyprintk=ttyS0' + # Platform self.opteron = Opteron() |