From 8c6407fce320155a1e56645b9f95db9ac0806c26 Mon Sep 17 00:00:00 2001 From: Reinhard Meyer Date: Mon, 6 Jun 2011 00:13:10 +0000 Subject: AT91 rework: fix at91sam(9260/9g20/9xe)ek board port to build again: Make ATMEL's at91sam9260/9g20/9xe-ek boards build again Signed-off-by: Reinhard Meyer --- Makefile | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dcf5d93..61ce415 100644 --- a/Makefile +++ b/Makefile @@ -766,43 +766,6 @@ M5485HFE_config : unconfig ## ARM926EJ-S Systems ######################################################################### -at91sam9260ek_nandflash_config \ -at91sam9260ek_dataflash_cs0_config \ -at91sam9260ek_dataflash_cs1_config \ -at91sam9260ek_config \ -at91sam9g20ek_nandflash_config \ -at91sam9g20ek_dataflash_cs0_config \ -at91sam9g20ek_dataflash_cs1_config \ -at91sam9g20ek_config : unconfig - @mkdir -p $(obj)include - @if [ "$(findstring 9g20,$@)" ] ; then \ - echo "#define CONFIG_AT91SAM9G20EK 1" >>$(obj)include/config.h ; \ - else \ - echo "#define CONFIG_AT91SAM9260EK 1" >>$(obj)include/config.h ; \ - fi; - @if [ "$(findstring _nandflash,$@)" ] ; then \ - echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \ - elif [ "$(findstring dataflash_cs0,$@)" ] ; then \ - echo "#define CONFIG_SYS_USE_DATAFLASH_CS0 1" >>$(obj)include/config.h ; \ - else \ - echo "#define CONFIG_SYS_USE_DATAFLASH_CS1 1" >>$(obj)include/config.h ; \ - fi; - @$(MKCONFIG) -n $@ -a at91sam9260ek arm arm926ejs at91sam9260ek atmel at91 - -at91sam9xeek_nandflash_config \ -at91sam9xeek_dataflash_cs0_config \ -at91sam9xeek_dataflash_cs1_config \ -at91sam9xeek_config : unconfig - @mkdir -p $(obj)include - @if [ "$(findstring _nandflash,$@)" ] ; then \ - echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \ - elif [ "$(findstring dataflash_cs0,$@)" ] ; then \ - echo "#define CONFIG_SYS_USE_DATAFLASH_CS0 1" >>$(obj)include/config.h ; \ - else \ - echo "#define CONFIG_SYS_USE_DATAFLASH_CS1 1" >>$(obj)include/config.h ; \ - fi; - @$(MKCONFIG) -n $@ -a at91sam9260ek arm arm926ejs at91sam9260ek atmel at91 - at91sam9261ek_nandflash_config \ at91sam9261ek_dataflash_cs0_config \ at91sam9261ek_dataflash_cs3_config \ -- cgit v1.1