diff options
Diffstat (limited to 'configs/common/FSConfig.py')
-rw-r--r-- | configs/common/FSConfig.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 1c0a56362..e6bc45737 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -99,7 +99,6 @@ def makeSparcSystem(mem_mode, mdesc = None): self.partition_desc.port = self.membus.port self.intrctrl = IntrControl() self.mem_mode = mem_mode - self.kernel = binary('vmlinux') self.reset_bin = binary('reset.bin') self.hypervisor_bin = binary('q.bin') |