summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranz Schnyder <franz.schnyder@toradex.com>2026-04-27 18:23:46 +0200
committerRyan Eatmon <reatmon@ti.com>2026-04-29 10:37:37 -0500
commitc803af8d8d040f027fc13f0a68ff228ce2ef2678 (patch)
treebb377e52994ce5be3bc0c0996a4fe536ba7cc3eb
parent860890d476666397112e0728c818263975a6af5d (diff)
downloadmeta-ti-c803af8d8d040f027fc13f0a68ff228ce2ef2678.tar.gz
conf: machine: Move ti-eth-fw-j784s4 to AM69-SK conf
The board specific firmware is added in the generic AM69 SoC include instead of the AM69-SK board configuration. This follows the changes already made for the J784s4 SoC and EVM board in commit 27615406 ("conf: machine: j784s4: Move ti-eth-fw-j784s4 to EVM conf") Move the machine-essential recommend from the SoC include to the AM69-SK configuration. Signed-off-by: Franz Schnyder <franz.schnyder@toradex.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am69-sk.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/am69.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am69-sk.conf b/meta-ti-bsp/conf/machine/am69-sk.conf
index 9531cc27..3785dca6 100644
--- a/meta-ti-bsp/conf/machine/am69-sk.conf
+++ b/meta-ti-bsp/conf/machine/am69-sk.conf
@@ -22,3 +22,5 @@ KERNEL_DEVICETREE = " \
22" 22"
23 23
24UBOOT_MACHINE = "am69_sk_a72_defconfig" 24UBOOT_MACHINE = "am69_sk_a72_defconfig"
25
26MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-eth-fw-j784s4"
diff --git a/meta-ti-bsp/conf/machine/include/am69.inc b/meta-ti-bsp/conf/machine/include/am69.inc
index 7956e355..aaed2f61 100644
--- a/meta-ti-bsp/conf/machine/include/am69.inc
+++ b/meta-ti-bsp/conf/machine/include/am69.inc
@@ -12,4 +12,4 @@ TFA_BOARD = "j784s4"
12 12
13OPTEEMACHINE = "k3-j784s4" 13OPTEEMACHINE = "k3-j784s4"
14 14
15MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4" 15MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw"