From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 11 Jan 2009 02:32:01 +0000 (+0100) Subject: at91sam9xeek: fix soc name X-Git-Tag: v2009.06-rc1~134^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53158aea995221706b42c7bad9f717b31ae20414;p=u-boot at91sam9xeek: fix soc name Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/Makefile b/Makefile index 63b9909108..1d67eafb39 100644 --- a/Makefile +++ b/Makefile @@ -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 \