summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc5cbe69b3..f7b45dfe35 100644
--- a/Makefile
+++ b/Makefile
@@ -1199,7 +1199,7 @@ ifeq ($(CONFIG_MULTI_DTB_FIT),y)
IMX_DEPS = u-boot-fit-dtb.bin
endif
-u-boot-nand.imx: $(IMX_DEPS) u-boot.bin
+u-boot-nand.imx: u-boot.imx
$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
$(BOARD_SIZE_CHECK)