aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiviu Dudau <liviu@dudau.co.uk>2018-09-24 06:22:28 -0400
committerOlof Johansson <olof@lixom.net>2018-09-25 14:49:51 -0400
commit74cf77e8be35795b4cc57b7010bc348295e421b9 (patch)
tree4b07a200b0d1cc5012447ea39eeb5bc4dc9a8009
parent6017efc4596f5b799ab62dac7b9c4d345ce251e0 (diff)
arm64: dts: broadcom: Use the .dtb name in the rule, rather than .dts
Commit a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target in the Makefile, rather than the .dtb name. This will skip the generation of the .dtb file at compile time and will fail the dtbs_install target. Fixes: a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute Module IO Board V3") Signed-off-by: Liviu Dudau <liviu@dudau.co.uk> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm64/boot/dts/broadcom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile
index 3d98f5f5ab88..667ca989c11b 100644
--- a/arch/arm64/boot/dts/broadcom/Makefile
+++ b/arch/arm64/boot/dts/broadcom/Makefile
@@ -1,7 +1,7 @@
1# SPDX-License-Identifier: GPL-2.0 1# SPDX-License-Identifier: GPL-2.0
2dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \ 2dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
3 bcm2837-rpi-3-b-plus.dtb \ 3 bcm2837-rpi-3-b-plus.dtb \
4 bcm2837-rpi-cm3-io3.dts 4 bcm2837-rpi-cm3-io3.dtb
5 5
6subdir-y += northstar2 6subdir-y += northstar2
7subdir-y += stingray 7subdir-y += stingray