diff options
author | Josef Holzmayr <joe.mailinglists@googlemail.com> | 2011-08-02 07:28:42 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-09-07 10:33:56 -0400 |
commit | 82cb86548259a71c154b1c2df728d8526b79846a (patch) | |
tree | e527485884f265ad416b33ff8fee2e2faf48b59c /arch/arm/mach-at91/Makefile | |
parent | ddf28352b80c86754a6424e3a61e8bdf9213b3c7 (diff) |
at91: add support for RSIs EWS board
This adds support for the RSI EWS machine (at91rm9200-based),
machine type 1609.
Includes fixes as suggested by Uwe Kleine-König and
cleanups as suggested by Russell and R.Schwebel.
Signed-off-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de>
[nicolas.ferre@atmel.com: simplify board file header, move to at91_init_irq_default]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index bf57e8b1c9d0..ecd6479208c5 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -36,6 +36,7 @@ obj-$(CONFIG_MACH_ECBAT91) += board-ecbat91.o | |||
36 | obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o | 36 | obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o |
37 | obj-$(CONFIG_MACH_CPUAT91) += board-cpuat91.o | 37 | obj-$(CONFIG_MACH_CPUAT91) += board-cpuat91.o |
38 | obj-$(CONFIG_MACH_ECO920) += board-eco920.o | 38 | obj-$(CONFIG_MACH_ECO920) += board-eco920.o |
39 | obj-$(CONFIG_MACH_RSI_EWS) += board-rsi-ews.o | ||
39 | 40 | ||
40 | # AT91SAM9260 board-specific support | 41 | # AT91SAM9260 board-specific support |
41 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o | 42 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o |