summaryrefslogtreecommitdiffstats
path: root/booty/sparc.py
diff options
context:
space:
mode:
Diffstat (limited to 'booty/sparc.py')
-rw-r--r--booty/sparc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/booty/sparc.py b/booty/sparc.py
index f214a98e2..46c9cdbb7 100644
--- a/booty/sparc.py
+++ b/booty/sparc.py
@@ -112,7 +112,7 @@ class sparcBootloaderInfo(bootloaderInfo):
self.password = val
def write(self, instRoot, bl, kernelList, chainList,
- defaultDev, justConfig, intf):
+ defaultDev, justConfig):
if len(kernelList) >= 1:
self.writeSilo(instRoot, bl, kernelList, chainList,
defaultDev, justConfig)