* [U-Boot] [PATCH] at91: add at91sam9xeek board support (typo)
@ 2008-12-15 16:33 Nicolas Ferre
0 siblings, 0 replies; only message in thread
From: Nicolas Ferre @ 2008-12-15 16:33 UTC (permalink / raw)
To: u-boot
Typo: CFG_ convert to CONFIG_SYS_
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 7be1de2..74dfcca 100644
--- a/Makefile
+++ b/Makefile
@@ -2605,13 +2605,13 @@ at91sam9xeek_dataflash_cs1_config \
at91sam9xeek_config : unconfig
@mkdir -p $(obj)include
@if [ "$(findstring _nandflash,$@)" ] ; then \
- echo "#define CFG_USE_NANDFLASH 1" >>$(obj)include/config.h ; \
+ echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \
$(XECHO) "... with environment variable in NAND FLASH" ; \
elif [ "$(findstring dataflash_cs0,$@)" ] ; then \
- echo "#define CFG_USE_DATAFLASH_CS0 1" >>$(obj)include/config.h ; \
+ echo "#define CONFIG_SYS_USE_DATAFLASH_CS0 1" >>$(obj)include/config.h ; \
$(XECHO) "... with environment variable in SPI DATAFLASH CS0" ; \
else \
- echo "#define CFG_USE_DATAFLASH_CS1 1" >>$(obj)include/config.h ; \
+ echo "#define CONFIG_SYS_USE_DATAFLASH_CS1 1" >>$(obj)include/config.h ; \
$(XECHO) "... with environment variable in SPI DATAFLASH CS1" ; \
fi;
@$(MKCONFIG) -n at91sam9xeek -a at91sam9260ek arm arm926ejs at91sam9260ek atmel at91sam9
--
1.5.3.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-15 16:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-15 16:33 [U-Boot] [PATCH] at91: add at91sam9xeek board support (typo) Nicolas Ferre
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.