summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2022-11-04 22:46:42 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commitc08fc953ef09e34f9b59eb9dbfc8d3d0e88d3adb (patch)
tree7d7feb47226b1f03a139381ede2d527d85df0bd6 /meta-ti-bsp/conf
parentbfc5076209dc8ebc625c3f143adfc2286081e651 (diff)
downloadmeta-ti-c08fc953ef09e34f9b59eb9dbfc8d3d0e88d3adb.tar.gz
conf: machine: j721s2: Add OP-TEE flavour
Change the OP-TEE flavour from default k3-j721e to k3-j784s4 as sa3ul support for j784s4 is upstreamed in OP-TEE and we can use the same settings in j721s2 to access TRNG. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
index 46d5dbf6..37353df4 100644
--- a/meta-ti-bsp/conf/machine/j721s2-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -7,6 +7,7 @@ require conf/machine/include/j721s2.inc
7SERIAL_CONSOLES = "115200;ttyS2" 7SERIAL_CONSOLES = "115200;ttyS2"
8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
9TFA_K3_USART = "0x8" 9TFA_K3_USART = "0x8"
10OPTEEMACHINE = "k3-j784s4"
10OPTEE_K3_USART = "0x8" 11OPTEE_K3_USART = "0x8"
11 12
12KERNEL_DEVICETREE = " \ 13KERNEL_DEVICETREE = " \