diff options
author | Andrew Davis <afd@ti.com> | 2023-01-20 01:40:49 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-20 15:55:32 -0600 |
commit | 1a91eaabccd846c01c9a4cebf870eb26abc6acc5 (patch) | |
tree | 1480cd771577f8f9857bebcebd0cc82107b8ce20 /meta-ti-bsp/conf/machine/j784s4-evm.conf | |
parent | 762660fbcb9dc39f3fc4ac0895ca2f92285c487c (diff) | |
download | meta-ti-1a91eaabccd846c01c9a4cebf870eb26abc6acc5.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.conf | 4 |
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 | |||
7 | SERIAL_CONSOLES = "115200;ttyS2" | 7 | SERIAL_CONSOLES = "115200;ttyS2" |
8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
9 | TFA_K3_USART = "0x8" | 9 | TFA_K3_USART = "0x8" |
10 | OPTEEMACHINE = "k3-j784s4" | ||
11 | OPTEE_K3_USART = "0x8" | 10 | OPTEE_K3_USART = "0x8" |
12 | 11 | ||
13 | KERNEL_DEVICETREE = " \ | 12 | KERNEL_DEVICETREE = " \ |
@@ -18,6 +17,3 @@ UBOOT_MACHINE = "j784s4_evm_a72_defconfig" | |||
18 | 17 | ||
19 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 18 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
20 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 19 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
21 | |||
22 | TFA_BOARD = "j784s4" | ||
23 | |||