diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-28 07:35:18 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-04 07:59:37 +0400 |
commit | 52031d41be060e9a7f6d113728109aed4758f7ae (patch) | |
tree | 0caacd7703b42445d7c8aa3ae202025764c95e2a /arch/arm/mach-shmobile/Makefile | |
parent | 1174c712afa2779fad54b86b3569f40fab78c0c2 (diff) | |
download | linux-52031d41be060e9a7f6d113728109aed4758f7ae.tar.xz |
ARM: shmobile: armadillo800eva reference: Remove C board code
Now when the r8a7740 generic multiplatform case has the same
features as the DT reference board code then get rid of the
Armadillo800EVA DT reference C board code. DT Reference code
in the future shall make use of the r8a7740 Multiplatform
support code with the generic SoC machine vector.
Signed-off-by: Magnus Damm <damm+renesas@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 fe3878a1a69a..7a9d03a7c07c 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -77,7 +77,6 @@ obj-$(CONFIG_MACH_GENMAI) += board-genmai.o obj-$(CONFIG_MACH_MARZEN) += board-marzen.o obj-$(CONFIG_MACH_LAGER) += board-lager.o obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o -obj-$(CONFIG_MACH_ARMADILLO800EVA_REFERENCE) += board-armadillo800eva-reference.o obj-$(CONFIG_MACH_KOELSCH) += board-koelsch.o obj-$(CONFIG_MACH_KZM9G) += board-kzm9g.o obj-$(CONFIG_MACH_KZM9G_REFERENCE) += board-kzm9g-reference.o |