diff options
Diffstat (limited to 'templates/machine/qemux86')
-rw-r--r-- | templates/machine/qemux86/50_local.conf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/qemux86/50_local.conf.inc b/templates/machine/qemux86/50_local.conf.inc index 9cdc49da9..1062a7744 100644 --- a/templates/machine/qemux86/50_local.conf.inc +++ b/templates/machine/qemux86/50_local.conf.inc @@ -18,3 +18,7 @@ APPEND += "console=ttyS0,115200n8" # # All boot message will be off APPEND += "quiet" + +# U-Boot support for SOTA +PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" +UBOOT_MACHINE_sota = "qemu-x86_defconfig" |