summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-02-26 20:23:14 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-03-17 04:10:56 +0000
commit590ccad6562b46d75a2eb61ebecc13dd0a0a02dc (patch)
tree295be7cffcdc2ea55ba7e648150a5ad113196df3 /db845c
parentbc945f07855c7e36eb610d6231fd76dd920291b8 (diff)
db845c: qcom: Add init.qcom.rc to start up remoteproc services/wifi
Adds the init.qcom.rc file to the build so the qcom remoteproc userland code can be started and wifi can be initialized. This pach was split out from earlier patch by Amit Pundir <amit.pundir@linaro.org> Change-Id: I2032e7c2d3d5d3a10b7afd387f97a93235a908cf Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'db845c')
-rw-r--r--db845c/device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index f141081..5cdd38d 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -41,5 +41,8 @@ PRODUCT_PACKAGES += \
rmtfs \
tqftpserv
+PRODUCT_COPY_FILES += \
+ device/linaro/dragonboard/qcom/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qcom.rc
+
# Copy firmware files
$(call inherit-product-if-exists, $(LOCAL_PATH)/firmware/device.mk)