summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2011-02-17 14:49:37 -0500
committerJustin Waters <justin.waters@timesys.com>2011-02-17 14:49:37 -0500
commit711abe016d47656c210189af96026b47ed6d75c0 (patch)
tree2f20bc246a608377d075d739fee5f1af730b8c5b
parent4e943b2eeb576616a42fe460f0dd20a4c29a2abc (diff)
Fix at91sam9g10 typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7a6921786..8950a71ceb 100644
--- a/Makefile
+++ b/Makefile
@@ -2782,7 +2782,7 @@ at91sam9g10ek_config : unconfig
@if [ "$(findstring _nandflash,$@)" ] ; then \
echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \
$(XECHO) "... with environment variable in NAND FLASH" ; \
- elif [ "$(findstring dataflash_cs0,$@)" ] ; then \
+ elif [ "$(findstring dataflash_cs3,$@)" ] ; then \
echo "#define CONFIG_SYS_USE_DATAFLASH_CS3 1" >>$(obj)include/config.h ; \
$(XECHO) "... with environment variable in SPI DATAFLASH CS3" ; \
else \