db845c: firmware: Add updated ath10k/WCN3990 firmware

Update ath10k/WCN3990 firmware files to match files here:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ath10k/WCN3990/hw1.0

Change-Id: I7e9571ca12bb94dd1d5a166488ae389743a6489c
Signed-off-by: John Stultz <john.stultz@linaro.org>
diff --git a/db845c/firmware/Android.mk b/db845c/firmware/Android.mk
index cec5bd5..8f17283 100644
--- a/db845c/firmware/Android.mk
+++ b/db845c/firmware/Android.mk
@@ -90,6 +90,10 @@
     bdwlan.txt		\
     wlanmdsp.mbn
 
+ath10k_firmware_files += \
+    firmware-5.bin	\
+    notice.txt_wlandsp
+
 # I2C/SPI fix
 firmware_files +=	\
     devcfg.mbn
@@ -105,5 +109,6 @@
 
 $(foreach f, $(firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_OUT_VENDOR)/firmware/))
 $(foreach f, $(sdm845_firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_OUT_VENDOR)/firmware/qcom/sdm845/))
+$(foreach f, $(ath10k_firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_OUT_VENDOR)/firmware/ath10k/WCN3990/hw1.0/))
 
 include $(call all-makefiles-under,$(LOCAL_PATH))