Skip to content

Commit

Permalink
ARM: at91: Remove the support for the RSI EWS board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josef Holzmayr authored and Nicolas Ferre committed Sep 19, 2014
1 parent 050c0ea commit 5db722e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 239 deletions.
6 changes: 0 additions & 6 deletions arch/arm/mach-at91/Kconfig.non_dt
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ config MACH_ECO920
bool "eco920"
help
Select this if you are using the eco920 board

config MACH_RSI_EWS
bool "RSI Embedded Webserver"
depends on ARCH_AT91RM9200
help
Select this if you are using RSIs EWS board.
endif

# ----------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-at91/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ obj-$(CONFIG_MACH_ECBAT91) += board-ecbat91.o
obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o
obj-$(CONFIG_MACH_CPUAT91) += board-cpuat91.o
obj-$(CONFIG_MACH_ECO920) += board-eco920.o
obj-$(CONFIG_MACH_RSI_EWS) += board-rsi-ews.o

# AT91SAM9260 board-specific support
obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o
Expand Down
232 changes: 0 additions & 232 deletions arch/arm/mach-at91/board-rsi-ews.c

This file was deleted.

0 comments on commit 5db722e

Please sign in to comment.