Message ID | 20220811140503.10500-2-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm-bsp/juno: drop scmi patch | expand |
diff --git a/meta-arm/conf/machine/qemuarm-secureboot.conf b/meta-arm/conf/machine/qemuarm-secureboot.conf index a459f3fa..e48d9642 100644 --- a/meta-arm/conf/machine/qemuarm-secureboot.conf +++ b/meta-arm/conf/machine/qemuarm-secureboot.conf @@ -12,6 +12,7 @@ QB_DEFAULT_BIOS = "flash.bin" QB_FSINFO = "wic:no-kernel-in-fs" QB_ROOTFS_OPT = "" QB_KERNEL_ROOT = "/dev/vda2" +QB_KERNEL_CMDLINE_APPEND = "" IMAGE_FSTYPES += "wic wic.qcow2"
The newly added vmalloc entry in qemuarm is causing issues with graphics on qemuarm-secureboot. Remove that by setting +QB_KERNEL_CMDLINE_APPEND to empty. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-arm/conf/machine/qemuarm-secureboot.conf | 1 + 1 file changed, 1 insertion(+)