]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/Makefile
Merge git://git.denx.de/u-boot-usb
[u-boot] / arch / arm / dts / Makefile
index fe3aa8935d63f5efe1d09a73807365b092588390..9c735c672abce4087c7db6052590e6a75529ef5f 100644 (file)
@@ -133,9 +133,13 @@ dtb-$(CONFIG_MACH_SUN9I) += \
        sun9i-a80-optimus.dtb \
        sun9i-a80-cubieboard4.dtb
 
+dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
+       vf610-colibri.dtb
+
 targets += $(dtb-y)
 
-DTC_FLAGS += -R 4 -p 0x1000
+# Add any required device tree compiler flags here
+DTC_FLAGS +=
 
 PHONY += dtbs
 dtbs: $(addprefix $(obj)/, $(dtb-y))