aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r--arch/arm/dts/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 0a9b1f7..337bee7 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -1044,10 +1044,14 @@ dtb-$(CONFIG_RCAR_GEN3) += \
r8a77970-eagle-u-boot.dtb \
r8a77980-condor-u-boot.dtb \
r8a77990-ebisu-u-boot.dtb \
- r8a77995-draak-u-boot.dtb \
- r8a779a0-falcon-u-boot.dtb
+ r8a77995-draak-u-boot.dtb
-ifdef CONFIG_RCAR_GEN3
+dtb-$(CONFIG_RCAR_GEN4) += \
+ r8a779a0-falcon-u-boot.dtb \
+ r8a779f0-spider-u-boot.dtb \
+ r8a779g0-white-hawk-u-boot.dtb
+
+ifdef CONFIG_RCAR_64
DTC_FLAGS += -R 4 -p 0x1000
endif