diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index 906e6b03..cd03126c 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf @@ -14,5 +14,5 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" OPTEEMACHINE = "ti" -OPTEEFLAVOR = "am57xx_evm" +OPTEEFLAVOR = "am57xx" OPTEEOUTPUTMACHINE = "ti" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index 8e8b5664..b6d55282 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf @@ -14,5 +14,5 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7" OPTEEMACHINE = "ti" -OPTEEFLAVOR = "dra7_evm dra72_evm_revc dra71_evm" +OPTEEFLAVOR = "dra7xx" OPTEEOUTPUTMACHINE = "ti"