Merge git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / arch / powerpc / dts / Makefile
index ad104b9315fa45a1d7190bdf2bac58fb25a98ecd..6a28f802c241353cd2c66ffb0883a84fba5b423c 100644 (file)
@@ -1,8 +1,13 @@
-dtb-$(CONFIG_TARGET_CANYONLANDS) += arches.dtb canyonlands.dtb glacier.dtb
+# SPDX-License-Identifier: GPL-2.0+
+
+dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb
+dtb-$(CONFIG_TARGET_MCR3000) += mcr3000.dtb
+dtb-$(CONFIG_TARGET_GAZERBEAM) += gazerbeam.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))