imx8: cpu: check resource owned after sid fail
[oweals/u-boot.git] / dts / Makefile
index 1f83e615e8aa9a07c97e6589a6ae87e25a874569..a20930eb9a5e656bbdedf924e4f754c7da7552e4 100644 (file)
@@ -19,8 +19,13 @@ endif
 $(obj)/dt-spl.dtb: $(DTB) $(objtree)/tools/fdtgrep FORCE
        $(call if_changed,fdtgrep)
 
+ifeq ($(CONFIG_OF_DTB_PROPS_REMOVE),y)
+$(obj)/dt.dtb: $(DTB) $(objtree)/tools/fdtgrep FORCE
+       $(call if_changed,fdt_rm_props)
+else
 $(obj)/dt.dtb: $(DTB) FORCE
        $(call if_changed,shipped)
+endif
 
 targets += dt.dtb dt-spl.dtb