diff options
| author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:30 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:55 -0400 |
| commit | 617bf9a47f017b7e91dab9ef9bdaaeaee24163a7 (patch) | |
| tree | fb60e409527908cf5fae83d256f5a60a09e8ae89 /arch/ppc/boot/simple/Makefile | |
| parent | f4ad35a34bdc27ae18f97d684ca0e693bbffd5f5 (diff) | |
[PATCH] ppc32: Remove board support for PCORE
Support for the PCORE 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 'arch/ppc/boot/simple/Makefile')
| -rw-r--r-- | arch/ppc/boot/simple/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile index 7e975aa984..a5bd9f3f40 100644 --- a/arch/ppc/boot/simple/Makefile +++ b/arch/ppc/boot/simple/Makefile | |||
| @@ -109,7 +109,6 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF | |||
| 109 | motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \ | 109 | motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \ |
| 110 | $(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS) | 110 | $(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS) |
| 111 | motorola := $(strip $(motorola)) | 111 | motorola := $(strip $(motorola)) |
| 112 | pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250) | ||
| 113 | 112 | ||
| 114 | zimage-$(motorola) := zImage-PPLUS | 113 | zimage-$(motorola) := zImage-PPLUS |
| 115 | zimageinitrd-$(motorola) := zImage.initrd-PPLUS | 114 | zimageinitrd-$(motorola) := zImage.initrd-PPLUS |
| @@ -119,12 +118,6 @@ zimageinitrd-$(motorola) := zImage.initrd-PPLUS | |||
| 119 | extra.o-$(CONFIG_PPLUS) := prepmap.o | 118 | extra.o-$(CONFIG_PPLUS) := prepmap.o |
| 120 | extra.o-$(CONFIG_LOPEC) := mpc10x_memory.o | 119 | extra.o-$(CONFIG_LOPEC) := mpc10x_memory.o |
| 121 | 120 | ||
| 122 | zimage-$(pcore) := zImage-STRIPELF | ||
| 123 | zimageinitrd-$(pcore) := zImage.initrd-STRIPELF | ||
| 124 | extra.o-$(pcore) := chrpmap.o | ||
| 125 | end-$(pcore) := pcore | ||
| 126 | cacheflag-$(pcore) := -include $(clear_L2_L3) | ||
| 127 | |||
| 128 | # Really only valid if CONFIG_6xx=y | 121 | # Really only valid if CONFIG_6xx=y |
| 129 | zimage-$(CONFIG_PPC_PREP) := zImage-PPLUS | 122 | zimage-$(CONFIG_PPC_PREP) := zImage-PPLUS |
| 130 | zimageinitrd-$(CONFIG_PPC_PREP) := zImage.initrd-PPLUS | 123 | zimageinitrd-$(CONFIG_PPC_PREP) := zImage.initrd-PPLUS |
