From 711abe016d47656c210189af96026b47ed6d75c0 Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Thu, 17 Feb 2011 14:49:37 -0500 Subject: Fix at91sam9g10 typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3