]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: clps711x: Remove boards support
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 4 Jun 2016 07:10:06 +0000 (10:10 +0300)
committerArnd Bergmann <arnd@arndb.de>
Wed, 6 Jul 2016 15:57:55 +0000 (17:57 +0200)
Any CLPS711X-based board can be replaced with devicetree equivalent.
Remove the board files.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-clps711x/Kconfig
arch/arm/mach-clps711x/Makefile
arch/arm/mach-clps711x/Makefile.boot

index f21700cf61f49c52dd07e1609ef67439737a1aa9..0a170e12f9ff602d2e9e499616d2c12982ab4b59 100644 (file)
@@ -11,37 +11,6 @@ config MACH_CLPS711X_DT
          Select this if you want to experiment device-tree with
          ARMv4T Cirrus Logic chips.
 
-config ARCH_AUTCPU12
-       bool "AUTCPU12"
-       help
-         Say Y if you intend to run the kernel on the autronix autcpu12
-         board. This board is based on a Cirrus Logic CS89712.
-
-config ARCH_CDB89712
-       bool "CDB89712"
-       help
-         This is an evaluation board from Cirrus for the CS89712 processor.
-         The board includes 2 serial ports, Ethernet, IRDA, and expansion
-         headers.  It comes with 16 MB SDRAM and 8 MB flash ROM.
-
-config ARCH_CLEP7312
-       bool "CLEP7312"
-       help
-         Boards based on the Cirrus Logic 7212/7312 chips.
-
-config ARCH_EDB7211
-       bool "EDB7211"
-       select ARCH_HAS_HOLES_MEMORYMODEL
-       help
-         Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
-         evaluation board.
-
-config ARCH_P720T
-       bool "P720T"
-       help
-         Say Y here if you intend to run this kernel on the ARM Prospector
-         720T.
-
 endmenu
 
 endif
index ef6df40214b79d604511e324cc11699d8f793e5d..d79d99896bd79ee9145595226576357de872e6ad 100644 (file)
@@ -1,14 +1 @@
-#
-# Makefile for the linux kernel.
-#
-
-# Object file lists.
-
-obj-y                          := common.o devices.o
-
 obj-$(CONFIG_MACH_CLPS711X_DT) += board-dt.o
-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_P720T)       += board-p720t.o
index eba77d35a615f0ba8d3e9db6a909801c7bec5759..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,5 +0,0 @@
-# The standard locations for stuff on CLPS711x type processors
-params_phys-y                          := 0xc0000100
-# Should probably have some agreement on these...
-initrd_phys-$(CONFIG_ARCH_P720T)       := 0xc0400000
-initrd_phys-$(CONFIG_ARCH_CDB89712)    := 0x00700000