summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j784s4-evm.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:49 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-24 12:51:24 -0600
commit4033c054c0c7ca8222cc14258b79f5b29bab14b2 (patch)
treef7529e2850a174459d3b2ba607f781bbdd23714e /meta-ti-bsp/conf/machine/j784s4-evm.conf
parent0942b58dab47920f6d5661017720f3e5589389d4 (diff)
downloadmeta-ti-4033c054c0c7ca8222cc14258b79f5b29bab14b2.tar.gz
conf: machine: Move TFA_BOARD and OPTEEMACHINE to the SoC level
These defines are specific to a SoC, not a SoC family (K3) nor any specific board. Move these to the SoC level for all boards to be consistent with boards already doing this correctly. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j784s4-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index 10d8aad0..f8be7d18 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -7,7 +7,6 @@ require conf/machine/include/j784s4.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"
11OPTEE_K3_USART = "0x8" 10OPTEE_K3_USART = "0x8"
12 11
13KERNEL_DEVICETREE = " \ 12KERNEL_DEVICETREE = " \
@@ -18,6 +17,3 @@ UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
18 17
19do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 18do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
20do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 19do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
21
22TFA_BOARD = "j784s4"
23