aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot/simple/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-03 15:55:23 -0700
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 00:05:53 -0700
commitba9d1e2a3da505f0574751c3041bbc307c30aeca (patch)
tree4020932fbdfcee1172bd85db63dbe5a1effb2091 /arch/ppc/boot/simple/Makefile
parent[PATCH] ppc32: Remove defconfig for CEDAR (diff)
downloadlinux-dev-ba9d1e2a3da505f0574751c3041bbc307c30aeca.tar.xz
linux-dev-ba9d1e2a3da505f0574751c3041bbc307c30aeca.zip
[PATCH] ppc32: Remove board support for K2
Support for the K2 board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc/boot/simple/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile
index d4dc4fa79647..20717193fff5 100644
--- a/arch/ppc/boot/simple/Makefile
+++ b/arch/ppc/boot/simple/Makefile
@@ -96,10 +96,6 @@ zimageinitrd-$(CONFIG_OCOTEA) := zImage.initrd-TREE
zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF
end-$(CONFIG_GEMINI) := gemini
- extra.o-$(CONFIG_K2) := prepmap.o
- end-$(CONFIG_K2) := k2
- cacheflag-$(CONFIG_K2) := -include $(clear_L2_L3)
-
extra.o-$(CONFIG_KATANA) := misc-katana.o
end-$(CONFIG_KATANA) := katana
cacheflag-$(CONFIG_KATANA) := -include $(clear_L2_L3)