]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/PlatformCI/QemuBuild.py
ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernel
[mirror_edk2.git] / ArmVirtPkg / PlatformCI / QemuBuild.py
index f4dcc1d1d2451110694c17605febc3434fd92648..c651a9501fcf92a0307a861548479b9ac1863e01 100644 (file)
@@ -27,5 +27,8 @@ class CommonPlatform():
 \r
     DscName = os.path.join("ArmVirtPkg", "ArmVirtQemu.dsc")\r
 \r
+    # this platform produces a bootable NOR flash image\r
+    FvQemuArg = " -pflash "\r
+\r
 import PlatformBuildLib\r
 PlatformBuildLib.CommonPlatform = CommonPlatform\r