diff options
author | Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> | 2014-09-19 07:02:26 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-09-19 07:13:23 -0400 |
commit | 5db722eeba0051c68e638114f6720e715b03cd2c (patch) | |
tree | b8693dda3bb43c9cdc715b158a4c6fc36a8dbc80 /arch/arm/mach-at91/Makefile | |
parent | 050c0eaedfdcbc7f7b7f5a8d7ef02899f2ac1ba6 (diff) |
ARM: at91: Remove the support for the RSI EWS board
The platform is end of life/support and should not clutter
the mach-at91 directory with non-DT files. It is therefore
removed.
Signed-off-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de>
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, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index e8efcb00ca94..c677f9688ffe 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -46,7 +46,6 @@ obj-$(CONFIG_MACH_ECBAT91) += board-ecbat91.o | |||
46 | obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o | 46 | obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o |
47 | obj-$(CONFIG_MACH_CPUAT91) += board-cpuat91.o | 47 | obj-$(CONFIG_MACH_CPUAT91) += board-cpuat91.o |
48 | obj-$(CONFIG_MACH_ECO920) += board-eco920.o | 48 | obj-$(CONFIG_MACH_ECO920) += board-eco920.o |
49 | obj-$(CONFIG_MACH_RSI_EWS) += board-rsi-ews.o | ||
50 | 49 | ||
51 | # AT91SAM9260 board-specific support | 50 | # AT91SAM9260 board-specific support |
52 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o | 51 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o |