diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-18 20:34:53 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-14 08:29:11 +0200 |
commit | a0d3a2d92ef5d421f750572d48654976670eade4 (patch) | |
tree | c47a4868280e88b87fe25cb03d5ada64604b1688 /arch/arm/mach-clps711x/Makefile | |
parent | ARM: clps711x: Remove the special name for the syscon driver (diff) | |
download | linux-a0d3a2d92ef5d421f750572d48654976670eade4.tar.xz linux-a0d3a2d92ef5d421f750572d48654976670eade4.zip |
ARM: clps711x: Drop fortunet board support
This patch removes support for the fortunet board.
This board is not maintained by long time and it seems
no one is not using it.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/Makefile')
-rw-r--r-- | arch/arm/mach-clps711x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/Makefile b/arch/arm/mach-clps711x/Makefile index f30ed2b496fb..f04151efd96a 100644 --- a/arch/arm/mach-clps711x/Makefile +++ b/arch/arm/mach-clps711x/Makefile @@ -10,5 +10,4 @@ obj-$(CONFIG_ARCH_AUTCPU12) += board-autcpu12.o obj-$(CONFIG_ARCH_CDB89712) += board-cdb89712.o obj-$(CONFIG_ARCH_CLEP7312) += board-clep7312.o obj-$(CONFIG_ARCH_EDB7211) += board-edb7211.o -obj-$(CONFIG_ARCH_FORTUNET) += board-fortunet.o obj-$(CONFIG_ARCH_P720T) += board-p720t.o |