summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2026-02-06 10:36:08 +0530
committerRyan Eatmon <reatmon@ti.com>2026-02-12 08:24:58 -0600
commit220c16be1192e8c1901d6408a65bb835e75f4d36 (patch)
treea97163b514c08a7c189e88d50de9ec03d6540841 /meta-ti-bsp/conf/machine
parent7e27e75a5dcb99443a9cd57371d354904bed3672 (diff)
downloadmeta-ti-220c16be1192e8c1901d6408a65bb835e75f4d36.tar.gz
recipes-bsp: Remove TI TAD5212 DAC firmware recipe
TAD5212 now uses a dedicated driver instead of the PCM6240 driver, making the firmware files no longer needed. So remove the recipe and corresponding changes. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/am62dxx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf
index 4b77656d..d19d4790 100644
--- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf
@@ -17,4 +17,4 @@ FIT_CONF_DEFAULT_DTB = "k3-am62d2-evm.dtb"
17 17
18UBOOT_MACHINE = "am62dx_evm_a53_defconfig" 18UBOOT_MACHINE = "am62dx_evm_a53_defconfig"
19 19
20MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw ti-adc-fw" 20MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-adc-fw"