Without this fix, the NAND_SPL target (in nand_spl/) is not built at all. Signed-off-by: Stefan Roese <s...@denx.de> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index b4aae89..e9797d6 100644 --- a/Makefile +++ b/Makefile @@ -287,7 +287,7 @@ LDPPFLAGS += \ $(shell $(LD) --version | \ sed -ne 's/GNU ld version \([0-9][0-9]*\)\.\([0-9][0-9]*\).*/-DLD_MAJOR=\1 -DLD_MINOR=\2/p') -ifeq ($(CONFIG_NAND_U_BOOT),y) +ifeq ($(CONFIG_NAND_U_BOOT),"y") NAND_SPL = nand_spl U_BOOT_NAND = $(obj)u-boot-nand.bin endif -- 1.7.3.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot