From 40873768aa198a91e33528ae7a618c9f29e3bc01 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Tue, 24 May 2022 09:51:41 +0200 Subject: linux-firmware: adjust SD8997 firmware location Now, when SD-UART firmware handling is in the upstream, we need to adjust to new firmware location, thus removing a hackish way of having to overwrite the original firmware file. Related-to: ELB-4452 Signed-off-by: Andrejs Cainikovs (cherry picked from commit 18e03f3806b1f41194259dc412c10b309c6f5171) replaced lnr command no longer available with ln -frs Signed-off-by: Max Krummenacher --- recipes-support/btuart/btuart.bb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'recipes-support') diff --git a/recipes-support/btuart/btuart.bb b/recipes-support/btuart/btuart.bb index d59f6e4..5cc4066 100644 --- a/recipes-support/btuart/btuart.bb +++ b/recipes-support/btuart/btuart.bb @@ -34,12 +34,4 @@ pkg_postinst_ontarget_${PN}_verdin-imx8mp () { /bin/systemctl stop btuart.service exit 0 fi - - # V1.1A and later require sdiouart Wi-Fi/BT firmware - mv -f ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin.orig - ln -s ${nonarch_base_libdir}/firmware/nxp/sdiouart8997_combo_v4.bin ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin - # power-cycle Wi-Fi/BT module - echo -n "30b40000.mmc" > /sys/bus/platform/drivers/sdhci-esdhc-imx/unbind - sleep 1 - echo -n "30b40000.mmc" > /sys/bus/platform/drivers/sdhci-esdhc-imx/bind } -- cgit v1.2.3