diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf index 4fb277df..2f551b52 100644 --- a/conf/machine/am437x-hs-evm.conf +++ b/conf/machine/am437x-hs-evm.conf @@ -11,4 +11,4 @@ UBOOT_LOADADDRESS = "0x82000000" UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" -TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AM4}" +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am4x" diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index e43a6489..24e9b2af 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf @@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000" UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" -TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" OPTEEMACHINE = "ti" OPTEEFLAVOR = "am572x_evm" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index a82402dc..a6a5e0f3 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf @@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000" UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" -TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" OPTEEMACHINE = "ti" OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" diff --git a/conf/machine/k2e-hs-evm.conf b/conf/machine/k2e-hs-evm.conf index f2df52e3..98d595d4 100644 --- a/conf/machine/k2e-hs-evm.conf +++ b/conf/machine/k2e-hs-evm.conf @@ -11,4 +11,4 @@ UBOOT_LOADADDRESS = "0x82000000" UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" -TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AM4}" +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2e"