summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-05-25 23:02:03 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-05-25 23:16:49 +0300
commit49173d2d7bde4f15be19ae1d618816331c88a222 (patch)
tree87b18015e0ca5c96b64ef9bf1dddb8ba0d972df5
parent6669e6d503c575bb7527dad1a9cb10b3103411dc (diff)
Makefile: fix making u-boot-nand.imx
The wrong dependency fails the building of colibri_vf. Fix the dependency of u-boot-nand.imx. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-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)