@@ -17,4 +17,4 @@ FIT_CONF_DEFAULT_DTB = "k3-am62d2-evm.dtb"
UBOOT_MACHINE = "am62dx_evm_a53_defconfig"
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw ti-adc-fw"
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-adc-fw"
deleted file mode 100644
@@ -1,17 +0,0 @@
-DESCRIPTION = "TI DAC TAD5212 config prebuild binary firmware"
-
-require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
-
-PV = "${TAD5212_FW_VERSION}"
-PR = "${INC_PR}.0"
-
-COMPATIBLE_MACHINE = "am62dxx"
-
-TAD5212_1DEV = "tad5212_01.bin"
-TAD5212_4DEV = "tad5212_04.bin"
-
-do_install() {
- install -d ${D}${nonarch_base_libdir}/firmware
- install -m 0644 ${S}/ti/tad5212/${TAD5212_1DEV} ${D}${nonarch_base_libdir}/firmware/
- install -m 0644 ${S}/ti/tad5212/${TAD5212_4DEV} ${D}${nonarch_base_libdir}/firmware/
-}
@@ -17,7 +17,6 @@ CNM_WAVE521_FW_VERSION = "1.0.8"
TI_DM_FW_VERSION = "11.02.07"
TI_SYSFW_VERSION = "11.02.05"
TI_HSM_DEMO_FW_VERSION = "11.00.09"
-TAD5212_FW_VERSION = "1.0.0.0"
TI_PKA_FW_VERSION = "2.1.0"
TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01"
PCM6240_FW_VERSION = "1.0.0.0"
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> --- meta-ti-bsp/conf/machine/am62dxx-evm.conf | 2 +- meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb | 17 ----------------- .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb