diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-07-21 21:23:09 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 03:35:23 -0400 |
commit | 5fa6d27612635f4b3e6c19d763c0a65275933898 (patch) | |
tree | cf6241512eb44289d1def189ca577f40cad904d8 /arch/arm/mach-shmobile/Makefile | |
parent | 4431374926363df1d907d9c8783f473eb7facf42 (diff) |
ARCH: ARM: shmobile: Remove kota2 board support
Remove support for the sh73a0 based kota2 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 e8d0a2c904a0..857a09d3ea11 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -38,7 +38,6 @@ obj-$(CONFIG_ARCH_SH73A0) += pm-sh73a0.o | |||
38 | obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o | 38 | obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o |
39 | obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o | 39 | obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o |
40 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o | 40 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o |
41 | obj-$(CONFIG_MACH_KOTA2) += board-kota2.o | ||
42 | obj-$(CONFIG_MACH_BOCKW) += board-bockw.o | 41 | obj-$(CONFIG_MACH_BOCKW) += board-bockw.o |
43 | obj-$(CONFIG_MACH_MARZEN) += board-marzen.o | 42 | obj-$(CONFIG_MACH_MARZEN) += board-marzen.o |
44 | obj-$(CONFIG_MACH_MARZEN_REFERENCE) += board-marzen-reference.o | 43 | obj-$(CONFIG_MACH_MARZEN_REFERENCE) += board-marzen-reference.o |