diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2023-10-30 14:30:50 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-10-30 08:39:40 -0500 |
commit | 9e5d1882c0f31201aecbff579d065f1c777fc35d (patch) | |
tree | 7ae51a3a26d897a53e44f9f2cbada6b4e78f7bfd /meta-ti-bsp | |
parent | a14061c50b1cbc087e354e705dffc54c6c234ac4 (diff) | |
download | meta-ti-9e5d1882c0f31201aecbff579d065f1c777fc35d.tar.gz |
conf: machine: Update OPTEEMACHINE for am62pxx
- OPTEEMACHINE for am62pxx should be k3-am62x.
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62pxx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62pxx.inc b/meta-ti-bsp/conf/machine/include/am62pxx.inc index 694a192c..bac68253 100644 --- a/meta-ti-bsp/conf/machine/include/am62pxx.inc +++ b/meta-ti-bsp/conf/machine/include/am62pxx.inc | |||
@@ -12,7 +12,7 @@ IMAGE_BOOT_FILES += "tiboot3-am62px-hs-fs-evm.bin" | |||
12 | TFA_BOARD = "lite" | 12 | TFA_BOARD = "lite" |
13 | TFA_K3_SYSTEM_SUSPEND = "1" | 13 | TFA_K3_SYSTEM_SUSPEND = "1" |
14 | 14 | ||
15 | OPTEEMACHINE = "k3-am62px" | 15 | OPTEEMACHINE = "k3-am62x" |
16 | 16 | ||
17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" | 17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" |
18 | 18 | ||