mx6sabreauto: set SYS_MALLOC_F for video
[platform/kernel/u-boot.git] / Makefile
index 8de3d41..7e5fd23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1087,6 +1087,10 @@ endif
 
 u-boot.bin: u-boot-fit-dtb.bin FORCE
        $(call if_changed,copy)
+
+u-boot-dtb.bin: u-boot-nodtb.bin dts/dt.dtb FORCE
+       $(call if_changed,cat)
+
 else ifeq ($(CONFIG_OF_SEPARATE),y)
 u-boot-dtb.bin: u-boot-nodtb.bin dts/dt.dtb FORCE
        $(call if_changed,cat)