diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-10-10 02:11:48 +0000 |
|---|---|---|
| committer | Dan Murphy <dmurphy@ti.com> | 2020-10-12 06:44:32 -0500 |
| commit | 912983dd562ba5f009a4db34e8abe3810c8ed7ac (patch) | |
| tree | 2d18ee61c8ad2642cd62389daa8f397ea3786c17 /conf/machine/am57xx-hs-evm.conf | |
| parent | 95ffd87910185db0215336a91e10639bc560de8f (diff) | |
| download | meta-ti-912983dd562ba5f009a4db34e8abe3810c8ed7ac.tar.gz | |
conf/machine: pass OPTEEFLAVOR via OPTEEMACHINE as <mach>-<flavor>
Recipe in meta-arm doesn't use OPTEEFLAVOR, but optee-os Makefile can extract
it from OPTEEMACHINE.
Keep OPTEEFLAVOR for legacy platforms - used for HS signing in the output name.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'conf/machine/am57xx-hs-evm.conf')
| -rw-r--r-- | conf/machine/am57xx-hs-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index 4d3eb006..d4f6e098 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf | |||
| @@ -13,7 +13,7 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" | |||
| 13 | 13 | ||
| 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" |
| 15 | 15 | ||
| 16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti-am57xx" |
| 17 | OPTEEFLAVOR = "am57xx" | 17 | OPTEEFLAVOR = "am57xx" |
| 18 | OPTEEOUTPUTMACHINE = "ti" | 18 | OPTEEOUTPUTMACHINE = "ti" |
| 19 | OPTEEPAGER = "y" | 19 | OPTEEPAGER = "y" |
