summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--booty/ppc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/booty/ppc.py b/booty/ppc.py
index 706f1989b..e87f69e84 100644
--- a/booty/ppc.py
+++ b/booty/ppc.py
@@ -35,7 +35,8 @@ class ppcBootloaderInfo(bootloaderInfo):
retval.append(device.path)
else:
if bl.getDevice():
- retval.append(bl.getDevice().path)
+ d = bl.getDevice()
+ retval.append(self.storage.devicetree.getDeviceByName(d).path)
return retval