From 632f8fdf4c4fae8343409be13d5e028cd4eee32d Mon Sep 17 00:00:00 2001 From: Eric Benard Date: Sun, 3 Apr 2011 06:35:55 +0000 Subject: cpuat91: fix board support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix board support following relocation changes - switch to boards.cfg - disable i2c to keep size under 128kiB (1 sector) Signed-off-by: Eric BĂ©nard --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c463a8ac96..9d264b7212 100644 --- a/Makefile +++ b/Makefile @@ -752,16 +752,6 @@ M5485HFE_config : unconfig # ARM #======================================================================== -######################################################################### -## Atmel AT91RM9200 Systems -######################################################################### - -CPUAT91_RAM_config \ -CPUAT91_config : unconfig - @mkdir -p $(obj)include - @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h - @$(MKCONFIG) -n $@ -a cpuat91 arm arm920t cpuat91 eukrea at91 - ######################################################################### ## ARM926EJ-S Systems ######################################################################### -- cgit v1.2.3