[U-Boot] [PATCH] at91sam9xeek: fix soc name

1 Feb
2009
1 Feb
'09
5:27 p.m.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 9647bd2..fcf57f3 100644 --- a/Makefile +++ b/Makefile @@ -2657,7 +2657,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 \
--
1.5.6.5
5938
Age (days ago)
5938
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jean-Christophe PLAGNIOL-VILLARD