mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
7e27e75a5d
commit
220c16be11
@@ -17,4 +17,4 @@ FIT_CONF_DEFAULT_DTB = "k3-am62d2-evm.dtb"
|
|||||||
|
|
||||||
UBOOT_MACHINE = "am62dx_evm_a53_defconfig"
|
UBOOT_MACHINE = "am62dx_evm_a53_defconfig"
|
||||||
|
|
||||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw ti-adc-fw"
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-adc-fw"
|
||||||
|
|||||||
@@ -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_DM_FW_VERSION = "11.02.07"
|
||||||
TI_SYSFW_VERSION = "11.02.09"
|
TI_SYSFW_VERSION = "11.02.09"
|
||||||
TI_HSM_DEMO_FW_VERSION = "11.00.09"
|
TI_HSM_DEMO_FW_VERSION = "11.00.09"
|
||||||
TAD5212_FW_VERSION = "1.0.0.0"
|
|
||||||
TI_PKA_FW_VERSION = "2.1.0"
|
TI_PKA_FW_VERSION = "2.1.0"
|
||||||
TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01"
|
TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01"
|
||||||
PCM6240_FW_VERSION = "1.0.0.0"
|
PCM6240_FW_VERSION = "1.0.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user