diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-11 03:32:01 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-22 14:00:55 +0100 |
commit | 53158aea995221706b42c7bad9f717b31ae20414 (patch) | |
tree | 61257e4d8e5c1f023546dc6e2509c40ad0a0e0a5 | |
parent | 74c076d6c33d6d42ab065541a38383587879e7b7 (diff) | |
download | u-boot-imx-53158aea995221706b42c7bad9f717b31ae20414.zip u-boot-imx-53158aea995221706b42c7bad9f717b31ae20414.tar.gz u-boot-imx-53158aea995221706b42c7bad9f717b31ae20414.tar.bz2 |
at91sam9xeek: fix soc name
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2682,7 +2682,7 @@ at91sam9xeek_config : unconfig 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 + @$(MKCONFIG) -n at91sam9xeek -a at91sam9260ek arm arm926ejs at91sam9260ek atmel at91 at91sam9261ek_nandflash_config \ at91sam9261ek_dataflash_cs0_config \ |