summaryrefslogtreecommitdiff
path: root/configs/common
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2006-10-30 16:55:52 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2006-10-30 16:55:52 -0500
commit697b432ba8103d4e05368194989636406d5b85d9 (patch)
tree9e0de06d28b8d1fd124b180e56bf45ac6acc172d /configs/common
parent580c8421ab5d438ea4264a3a44495568a38bc59b (diff)
downloadgem5-697b432ba8103d4e05368194989636406d5b85d9.tar.xz
FSConfig.py:
Accidentally committed this last time configs/common/FSConfig.py: Accidentally committed this last time --HG-- extra : convert_revision : 32d49c17c661b57a9aa9c3b057258f6e037ba745
Diffstat (limited to 'configs/common')
-rw-r--r--configs/common/FSConfig.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py
index 7ba1b001c..05888b10b 100644
--- a/configs/common/FSConfig.py
+++ b/configs/common/FSConfig.py
@@ -72,8 +72,7 @@ def makeLinuxAlphaSystem(mem_mode, mdesc = None):
self.mem_mode = mem_mode
self.sim_console = SimConsole(listener=ConsoleListener(port=3456))
self.kernel = binary('vmlinux')
-## self.pal = binary('ts_osfpal')
- self.pal = '/z/hsul/work/m5/alpha-system/palcode/ts_osfpal'
+ self.pal = binary('ts_osfpal')
self.console = binary('console')
self.boot_osflags = 'root=/dev/hda1 console=ttyS0'