diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2010-10-18 22:58:29 +0200 |
---|---|---|
committer | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-10-19 15:11:46 +0200 |
commit | 99fa97e955f642deedb9f2de38e0215a8b3a40ac (patch) | |
tree | 751852c627cbd60c0c6b19e06e5dba2fa77acdaa /board/atmel/at91rm9200ek/Makefile | |
parent | 1ba91ba23396005ef7b42381cc21f0baf78d0d60 (diff) | |
download | u-boot-imx-99fa97e955f642deedb9f2de38e0215a8b3a40ac.zip u-boot-imx-99fa97e955f642deedb9f2de38e0215a8b3a40ac.tar.gz u-boot-imx-99fa97e955f642deedb9f2de38e0215a8b3a40ac.tar.bz2 |
at91rm9200ek: convert to at91
This patch removes some functionality from at91rm9200ek board but the
remaining functionality does now work with newer at91 code and
arm-relocation.
Currently missing features are:
- dataflash booting (due to missing HW for testing)
- MMC/SD-Card
- first stage bootloader support is completely removed (not needed for
NOR)
Cause this board was (some days ago) reference for all at91rm9200 based
boards this should be a good starting point to convert all remaining
at91rm9200 borads to at91 code. Aside from that this is a good base to
get some drivers between at91sam/at91rm/avr32 merged.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'board/atmel/at91rm9200ek/Makefile')
-rw-r--r-- | board/atmel/at91rm9200ek/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/atmel/at91rm9200ek/Makefile b/board/atmel/at91rm9200ek/Makefile index 500ce72..96a0f05 100644 --- a/board/atmel/at91rm9200ek/Makefile +++ b/board/atmel/at91rm9200ek/Makefile @@ -27,11 +27,6 @@ LIB = $(obj)lib$(BOARD).a COBJS-y += $(BOARD).o COBJS-y += led.o -COBJS-y += misc.o -ifdef CONFIG_HAS_DATAFLASH -COBJS-$(CONFIG_DATAFLASH_MMC_SELECT) += mux.o -COBJS-y += partition.o -endif SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) |