summaryrefslogtreecommitdiffstats
path: root/bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend')
-rw-r--r--bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
deleted file mode 100644
index ff4b3c1b..00000000
--- a/bsp/meta-qcom/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-# XXX: Checkout previous ath10k stable firmware for dragonboard820c,
-# RM.4.4.1.c2-00057-QCARMSWP-1 causes a HW reboot use RM.4.4.1-00079-QCARMSWPZ-1
-do_install_dragonboard-820c_prepend() {
- linux_firmware_ath10k_stable="1d1dd4be21cde408b0fb12774d477293bc8d4cc2"
- cd "${S}"
- git checkout "${linux_firmware_ath10k_stable}" -- ath10k/QCA6174
-}