diff options
| author | Kostiantyn Bushko <kbushko@intellias.com> | 2020-01-23 10:54:45 +0200 |
|---|---|---|
| committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2020-01-30 08:45:31 +0100 |
| commit | 9e3e6aaf370eca936c3bb6f470e9572cebf5b473 (patch) | |
| tree | 8421daab08a36e41b1bf9bc5dbf83ba7241d90cf /scripts/qemucommand.py | |
| parent | 99c1a5b2f8e300d91a7016c481e6054196047b59 (diff) | |
| download | meta-updater-9e3e6aaf370eca936c3bb6f470e9572cebf5b473.tar.gz | |
Fix default uboot-enable variable in qemu command script
Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
Diffstat (limited to 'scripts/qemucommand.py')
| -rw-r--r-- | scripts/qemucommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py index bd7b890..86b5b9f 100644 --- a/scripts/qemucommand.py +++ b/scripts/qemucommand.py | |||
| @@ -41,7 +41,7 @@ def random_mac(): | |||
| 41 | class QemuCommand(object): | 41 | class QemuCommand(object): |
| 42 | def __init__(self, args): | 42 | def __init__(self, args): |
| 43 | print(args) | 43 | print(args) |
| 44 | self.enable_u_boot = None | 44 | self.enable_u_boot = True |
| 45 | self.dry_run = args.dry_run | 45 | self.dry_run = args.dry_run |
| 46 | self.overlay = args.overlay | 46 | self.overlay = args.overlay |
| 47 | self.host_fwd = None | 47 | self.host_fwd = None |
