diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2013-08-11 14:26:50 (GMT) |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-12 18:43:35 (GMT) |
commit | 844703c1addb01f83c74a4d284a418263867304d (patch) | |
tree | 64c2a873267cd18791e71e7c6ca9d497a966223f /arch/arm/mach-kirkwood/Makefile | |
parent | ea489af05bdb172fd3863b69fbd61749690935e8 (diff) | |
download | linux-844703c1addb01f83c74a4d284a418263867304d.tar.xz |
ARM: kirkwood: Remove all remaining trace of DNS-320/325 platform code
No platform code left now, so remove all references to it.
The reset gpio code didn't work to begin with, it will be replaced with
a DT node at a future date. -jc
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Makefile')
-rw-r--r-- | arch/arm/mach-kirkwood/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile index 937d4e1..d1f8e3d 100644 --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile @@ -11,5 +11,4 @@ obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o obj-$(CONFIG_ARCH_KIRKWOOD_DT) += board-dt.o -obj-$(CONFIG_MACH_DLINK_KIRKWOOD_DT) += board-dnskw.o obj-$(CONFIG_MACH_MV88F6281GTW_GE_DT) += board-mv88f6281gtw_ge.o |