diff options
author | Jayesh Choudhary <j-choudhary@ti.com> | 2022-10-10 21:00:57 +0530 |
---|---|---|
committer | LCPD Automation Script <lcpdbld@list.ti.com> | 2022-10-10 19:06:23 -0500 |
commit | 3af00f0c0ffbc2c64cc42918a0097ebd14ebc933 (patch) | |
tree | 13d57b8cdf1b8109a37912808f37ddb74738c062 /conf | |
parent | a6a78217d4afb607dda4ed1980833861992b6b5d (diff) | |
download | meta-ti-3af00f0c0ffbc2c64cc42918a0097ebd14ebc933.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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/j721s2-evm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf index 7fe1fb0e..6377c459 100644 --- a/conf/machine/j721s2-evm.conf +++ b/conf/machine/j721s2-evm.conf | |||
@@ -9,6 +9,7 @@ MACHINE_FEATURES += "gpu" | |||
9 | SERIAL_CONSOLES = "115200;ttyS2" | 9 | SERIAL_CONSOLES = "115200;ttyS2" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
11 | TFA_K3_USART = "0x8" | 11 | TFA_K3_USART = "0x8" |
12 | OPTEEMACHINE = "k3-j784s4" | ||
12 | OPTEE_K3_USART = "0x8" | 13 | OPTEE_K3_USART = "0x8" |
13 | 14 | ||
14 | KERNEL_DEVICETREE = " \ | 15 | KERNEL_DEVICETREE = " \ |