summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-12-16 18:08:59 +0100
committerGitHub <noreply@github.com>2019-12-16 18:08:59 +0100
commita6ef1ed2784fde198baef0e6b12e4b0d86e8bb66 (patch)
tree0dff1b64319caa4d49944d526a8efdcbfd71b180 /scripts/qemucommand.py
parent693a61a7a342a78adf74d893674f480ff4475f4f (diff)
parent79677fc984628da9576a6a54485e356077789323 (diff)
downloadmeta-updater-a6ef1ed2784fde198baef0e6b12e4b0d86e8bb66.tar.gz
Zeus backport for 2019.11 (#649)
Zeus backport for 2019.11
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r--scripts/qemucommand.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py
index 9b23c54..cef434d 100644
--- a/scripts/qemucommand.py
+++ b/scripts/qemucommand.py
@@ -58,6 +58,8 @@ class QemuCommand(object):
58 if args.efi: 58 if args.efi:
59 self.bios = 'OVMF.fd' 59 self.bios = 'OVMF.fd'
60 else: 60 else:
61 if args.bootloader:
62 uboot_path = args.bootloader
61 uboot_path = abspath(join(args.dir, self.machine, 'u-boot-qemux86-64.rom')) 63 uboot_path = abspath(join(args.dir, self.machine, 'u-boot-qemux86-64.rom'))
62 if self.overlay: 64 if self.overlay:
63 new_uboot_path = self.overlay + '.u-boot.rom' 65 new_uboot_path = self.overlay + '.u-boot.rom'