diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-12-16 14:04:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 14:04:59 +0100 |
commit | 22d4dcc974450a22a55a788d2eb6db3f4b182fc2 (patch) | |
tree | 6ba27e2590ed5eeb4f6388815d765130a7110d1c /scripts/qemucommand.py | |
parent | 6ddc750def0dcb1a6efbc34145a9b647882310ac (diff) | |
parent | 6a9999384ebe41062dda062a6ed68ed459fea0bc (diff) | |
download | meta-updater-22d4dcc974450a22a55a788d2eb6db3f4b182fc2.tar.gz |
Warrior backport for 2019.11 (#648)
Warrior backport for 2019.11
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r-- | scripts/qemucommand.py | 2 |
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' |