summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2018-04-04 12:45:12 +0200
committerOleksij Rempel <o.rempel@pengutronix.de>2018-04-04 12:45:12 +0200
commite5e2d121978720be085fc3d6f2ae20c55c320eaf (patch)
tree2fa06427dcba90bdad0799e3883cc8ee3db48ab9
parent51bdcfcf79645d4ab0e1ecf96e2c6f4feb7a44e9 (diff)
downloadOSELAS.BSP-Pengutronix-DualKit-e5e2d121978720be085fc3d6f2ae20c55c320eaf.tar.gz
OSELAS.BSP-Pengutronix-DualKit-e5e2d121978720be085fc3d6f2ae20c55c320eaf.tar.xz
remoteproc-firmware: fix file install
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
-rw-r--r--configs/platform-v7a/rules/remoteproc-firmware.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/platform-v7a/rules/remoteproc-firmware.make b/configs/platform-v7a/rules/remoteproc-firmware.make
index 0952cc8..d3945be 100644
--- a/configs/platform-v7a/rules/remoteproc-firmware.make
+++ b/configs/platform-v7a/rules/remoteproc-firmware.make
@@ -40,8 +40,9 @@ $(STATEDIR)/remoteproc-firmware.targetinstall:
@$(call install_init, remoteproc-firmware)
@$(call install_copy, remoteproc-firmware, 0, 0, 0644, \
$(PTXDIST_WORKSPACE)/platform-m4/images/rproc-imx-rproc-fw, \
- lib/firmware/rproc-imx-rproc-fw, n)
+ /lib/firmware/rproc-imx-rproc-fw, n)
+ @$(call install_finish, remoteproc-firmware)
@$(call touch)
# ----------------------------------------------------------------------------