From 49173d2d7bde4f15be19ae1d618816331c88a222 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 25 May 2021 23:02:03 +0300 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3