diff options
| author | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-26 09:41:10 +0000 |
|---|---|---|
| committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-26 08:15:15 -0500 |
| commit | 5809a83e37e4ebfd5d0ac56a93b0f7faafe43d8f (patch) | |
| tree | 6125d0745636e0d787d328e8abbb89f9c5342ada /conf/machine/include | |
| parent | dd2f003ad305cd8e73a872dbdbbc254c466173e8 (diff) | |
| download | meta-ti-5809a83e37e4ebfd5d0ac56a93b0f7faafe43d8f.tar.gz | |
conf/machine: fix OPTEEMACHINE name for J721e
OPTEEMACHINE name as defined in the optee_os project [1] for
j721e is k3-j721e.
This patch fixes the name to correct target.
[1]: https://github.com/OP-TEE/optee_os/commit/87613cf9520db2e65bc8367d3e13c4217c13bdad
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Acked-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/j7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc index 7d326f4a..c187f299 100644 --- a/conf/machine/include/j7.inc +++ b/conf/machine/include/j7.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
| 2 | SOC_FAMILY_append = ":j7" | 2 | SOC_FAMILY_append = ":j7" |
| 3 | 3 | ||
| 4 | OPTEEMACHINE = "k3-j7" | 4 | OPTEEMACHINE = "k3-j721e" |
| 5 | OPTEEOUTPUTMACHINE = "k3" | 5 | OPTEEOUTPUTMACHINE = "k3" |
| 6 | 6 | ||
| 7 | # Set the list of device targets for ti-pdk class recipes | 7 | # Set the list of device targets for ti-pdk class recipes |
