ARM: dts: rmobile: Build -u-boot variants of DTs
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Oct 2018 18:27:16 +0000 (20:27 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 18 Oct 2018 18:38:27 +0000 (20:38 +0200)
Build the -u-boot variants of the device trees so they can be included
in Multi-DTB fitImage, which in turn allows us to build single U-Boot
image for multiple boards.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
arch/arm/dts/Makefile

index 8e6f8e9..0de6234 100644 (file)
@@ -455,14 +455,14 @@ dtb-$(CONFIG_MX7) += imx7-colibri.dtb \
 dtb-$(CONFIG_ARCH_MX7ULP) += imx7ulp-evk.dtb
 
 dtb-$(CONFIG_RCAR_GEN3) += \
-       r8a7795-h3ulcb.dtb \
-       r8a7795-salvator-x.dtb \
-       r8a7796-m3ulcb.dtb \
-       r8a7796-salvator-x.dtb \
-       r8a77965-salvator-x.dtb \
-       r8a77970-eagle.dtb \
-       r8a77990-ebisu.dtb \
-       r8a77995-draak.dtb
+       r8a7795-h3ulcb-u-boot.dtb \
+       r8a7795-salvator-x-u-boot.dtb \
+       r8a7796-m3ulcb-u-boot.dtb \
+       r8a7796-salvator-x-u-boot.dtb \
+       r8a77965-salvator-x-u-boot.dtb \
+       r8a77970-eagle-u-boot.dtb \
+       r8a77990-ebisu-u-boot.dtb \
+       r8a77995-draak-u-boot.dtb
 
 dtb-$(CONFIG_SOC_KEYSTONE) += keystone-k2hk-evm.dtb \
        keystone-k2l-evm.dtb \