summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-gemini/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-01-21 21:30:29 +0100
committerLinus Walleij <linus.walleij@linaro.org>2017-03-12 12:27:19 +0100
commitee149d66d76057e40fe1354c08572f8611cf50e4 (patch)
tree609649e00f4329c727ed79ffd6a1e9652eeded83 /arch/arm/mach-gemini/Makefile
parent41d9830cd09f652936be95431cecfbac39ed09f7 (diff)
downloadblackbird-obmc-linux-ee149d66d76057e40fe1354c08572f8611cf50e4.tar.gz
blackbird-obmc-linux-ee149d66d76057e40fe1354c08572f8611cf50e4.zip
ARM: gemini: delete all boardfiles
Delete the Gemini boardfiles: we have corresponding, fully-featured device trees for all these boards. Delete the referenced include files. Delete the local config symbols, especially one for "swapped memory", as all supported boards have swapped memory, and would a new board be supported this is likely not the right way to achieve it anyways. Only the Kconfig options in the central arch/arm/Kconfig remains. Cc: Janos Laube <janos.dev@gmail.com> Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com> Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-gemini/Makefile')
-rw-r--r--arch/arm/mach-gemini/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/arch/arm/mach-gemini/Makefile b/arch/arm/mach-gemini/Makefile
index 11f07fb6ec3d..30c5acffe948 100644
--- a/arch/arm/mach-gemini/Makefile
+++ b/arch/arm/mach-gemini/Makefile
@@ -1,13 +1,2 @@
-#
-# Makefile for the linux kernel.
-#
-
-# Object file lists.
-
-obj-y := irq.o mm.o time.o devices.o gpio.o idle.o reset.o board-dt.o
-
-# Board-specific support
-obj-$(CONFIG_MACH_NAS4220B) += board-nas4220b.o
-obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o
-obj-$(CONFIG_MACH_WBD111) += board-wbd111.o
-obj-$(CONFIG_MACH_WBD222) += board-wbd222.o
+# Makefile for Cortina systems Gemini
+obj-y := idle.o board-dt.o
OpenPOWER on IntegriCloud