summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-12-16 10:59:33 +0100
committerGitHub <noreply@github.com>2019-12-16 10:59:33 +0100
commitd61874d62d6c22d72d8d03857516f1d8e6cec789 (patch)
treeef01a983692caf7cef8d78310f96a12421ab0c0a /scripts/qemucommand.py
parentf32ebdad06cbbbd17950502156b854c94fccb2d5 (diff)
parent106f17a8570b0f561e29c584092fdd28d38bedb5 (diff)
downloadmeta-updater-d61874d62d6c22d72d8d03857516f1d8e6cec789.tar.gz
Thud backport for 2019.11 (#647)
Thud 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'