diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-07-22 03:23:09 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 09:35:23 +0200 |
commit | c0bb9b3027690e10cf8f20a027039db3c7a50d98 (patch) | |
tree | 91d7f5f1e97e997744d95f03aabd31512d82f1cb /arch/arm/mach-shmobile/Makefile | |
parent | ARCH: ARM: shmobile: Remove kota2 board support (diff) | |
download | linux-c0bb9b3027690e10cf8f20a027039db3c7a50d98.tar.xz linux-c0bb9b3027690e10cf8f20a027039db3c7a50d98.zip |
ARCH: ARM: shmobile: Remove ag5evm board support
Remove support for the sh73a0 based ag5evm board.
The sh73a0 SoC is continued to be supported using
the kzm9g board.
Acked-by: Magnus Damm <damm@opensource.se>
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 857a09d3ea11..62574c145813 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -35,7 +35,6 @@ obj-$(CONFIG_ARCH_R8A7779) += pm-r8a7779.o obj-$(CONFIG_ARCH_SH73A0) += pm-sh73a0.o # Board objects -obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o obj-$(CONFIG_MACH_BOCKW) += board-bockw.o |