From 52f60c0dd1948d197cc051baa1b828521679c174 Mon Sep 17 00:00:00 2001 From: Kostiantyn Bushko Date: Thu, 23 Jan 2020 10:54:45 +0200 Subject: Fix default uboot-enable variable in qemu command script Signed-off-by: Kostiantyn Bushko --- scripts/qemucommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/qemucommand.py') 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(): class QemuCommand(object): def __init__(self, args): print(args) - self.enable_u_boot = None + self.enable_u_boot = True self.dry_run = args.dry_run self.overlay = args.overlay self.host_fwd = None -- cgit v1.2.3-54-g00ecf