summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-02-11 23:15:43 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-03-16 23:24:33 +0000
commit4789995b56420cfbd17b71dd242b54d36fca6361 (patch)
tree4f268cf8e79daeebca2139b1947efc88373ba28b /db845c
parent1ddadd809e9e7fec2c3d63255d8611109b13c4fc (diff)
db845c: firmware: Fix install paths for wifi/modem firmware files
We've previously not used the remoteproc, modem or wifi firmware files we've installed, so we haven't noticed that we are placing them to the wrong path, as the kernel expects them to be under firmware/qcom/sdm845/. Fix this so the kernel can find the files when it looks for them. Change-Id: Iea8415ed53f05b22f446274bc6d73d4267988ec2 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'db845c')
-rw-r--r--db845c/firmware/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/db845c/firmware/Android.mk b/db845c/firmware/Android.mk
index 76579f6..1c3cbfd 100644
--- a/db845c/firmware/Android.mk
+++ b/db845c/firmware/Android.mk
@@ -16,7 +16,7 @@ firmware_files := \
a630_zap.mdt
# DSP (adsp+cdsp)
-firmware_files += \
+sdm845_firmware_files += \
adsp.b00 \
adsp.b01 \
adsp.b02 \
@@ -47,7 +47,7 @@ firmware_files += \
K2026090.mem
# Wlan
-firmware_files += \
+sdm845_firmware_files += \
bdwlan.102 \
bdwlan.104 \
bdwlan.105 \