mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
conf: machine: j784s4: Move ti-eth-fw-j784s4 to EVM conf
The `ti-eth-fw-j784s4` firmware is added in the generic J784s4 SoC include, which is therefore used for all the J784s4-based machines. That firmware seems to be developed specifically for the EVM, as it takes control of pins used for the Ethernet board setup on the EVM. On non-EVM boards, like the Aquila-AM69, those signals are used for other functions, so enabling the firmware in the SoC include is too broad and breaks functionality. Move the machine-essential recommend from the SoC include to the EVM configuration. Signed-off-by: Franz Schnyder <franz.schnyder@toradex.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
1a17ddb163
commit
27615406ab
@@ -12,7 +12,7 @@ TFA_BOARD = "j784s4"
|
||||
|
||||
OPTEEMACHINE = "k3-j784s4"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4"
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw"
|
||||
|
||||
TI_CORE_INITRAMFS_KERNEL_MODULES = "kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs"
|
||||
TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_6 = ""
|
||||
|
||||
@@ -27,3 +27,5 @@ KERNEL_DEVICETREE = " \
|
||||
"
|
||||
|
||||
UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-eth-fw-j784s4"
|
||||
|
||||
Reference in New Issue
Block a user