public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix NAND booting make target
@ 2010-11-23 13:32 Stefan Roese
  2010-11-23 17:27 ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Roese @ 2010-11-23 13:32 UTC (permalink / raw)
  To: u-boot

Without this fix, the NAND_SPL target (in nand_spl/) is not built
at all.

Signed-off-by: Stefan Roese <sr@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-23 19:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 13:32 [U-Boot] [PATCH] Fix NAND booting make target Stefan Roese
2010-11-23 17:27 ` Scott Wood
2010-11-23 18:16   ` Stefan Roese
2010-11-23 18:45     ` Scott Wood
2010-11-23 18:51       ` Scott Wood
2010-11-23 19:28         ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox