From dfd03ca1a3549ed460350839cb460c94df2dca40 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 20 Sep 2022 18:38:44 -0400 Subject: [PATCH] arm/qemuarm-secureboot: remove optee-os version pin The CPU issue that pinned qemuarm-secureboot is no longer present. Remove the logic in the conf file that held it back to the older version. Signed-off-by: Jon Mason --- meta-arm/conf/machine/qemuarm-secureboot.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arm/conf/machine/qemuarm-secureboot.conf b/meta-arm/conf/machine/qemuarm-secureboot.conf index e48d9642..f08b84fe 100644 --- a/meta-arm/conf/machine/qemuarm-secureboot.conf +++ b/meta-arm/conf/machine/qemuarm-secureboot.conf @@ -21,6 +21,3 @@ WKS_FILE_DEPENDS = "trusted-firmware-a" IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}" MACHINE_FEATURES += "optee-ftpm" - -# FIXME - CPUs 2-4 don't start in the newer OPTEE -PREFERRED_VERSION_optee-os ?= "3.14%"