diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-06-17 11:31:21 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-06 02:24:03 +0200 |
commit | 1fa59bda21c7fa3644e374be0547395975286599 (patch) | |
tree | 8e0a413fa87fd23c3ca9fecea7ce54981ef68ee2 /arch/arm/mach-shmobile/Makefile | |
parent | ARM: shmobile: Remove legacy SoC code for SH-Mobile AG5 (diff) | |
download | linux-1fa59bda21c7fa3644e374be0547395975286599.tar.xz linux-1fa59bda21c7fa3644e374be0547395975286599.zip |
ARM: shmobile: Remove legacy board code for Armadillo-800 EVA
The Armadillo-800 EVA board is sufficiently supported by DT-based and
board-less R-Mobile A1 (r8a7740) multiplatform kernels, and board
staging code. Hence remove the legacy board code to reduce maintenance
effort.
Lacking areas are:
- USB (it doesn't work in legacy, neither),
- HDMI (it doesn't work in legacy, neither),
- Camera (we don't care),
- DMAC/IPMMU (no DT bindings are planned).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 28e0f05a8577..548536fcb3b1 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -56,7 +56,6 @@ else obj-$(CONFIG_MACH_BOCKW) += board-bockw.o obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o obj-$(CONFIG_MACH_MARZEN) += board-marzen.o -obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o endif # Framework support |