Skip to content

Commit

Permalink
[PATCH] ppc32: Remove board support for PCORE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Sep 5, 2005
1 parent f4ad35a commit 617bf9a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1,122 deletions.
9 changes: 3 additions & 6 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,6 @@ config CPCI690
help
Select CPCI690 if configuring a Force CPCI690 cPCI board.

config PCORE
bool "Force-PowerCore"

config POWERPMC250
bool "Force-PowerPMC250"

Expand Down Expand Up @@ -757,15 +754,15 @@ config PPC_OF

config PPC_GEN550
bool
depends on SANDPOINT || SPRUCE || PPLUS || PCORE || \
depends on SANDPOINT || SPRUCE || PPLUS || \
PRPMC750 || PRPMC800 || LOPEC || \
(EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
83xx
default y

config FORCE
bool
depends on 6xx && (PCORE || POWERPMC250)
depends on 6xx && POWERPMC250
default y

config GT64260
Expand Down Expand Up @@ -828,7 +825,7 @@ config EPIC_SERIAL_MODE

config MPC10X_BRIDGE
bool
depends on PCORE || POWERPMC250 || LOPEC || SANDPOINT
depends on POWERPMC250 || LOPEC || SANDPOINT
default y

config MPC10X_OPENPIC
Expand Down
7 changes: 0 additions & 7 deletions arch/ppc/boot/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF
motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
motorola := $(strip $(motorola))
pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250)

zimage-$(motorola) := zImage-PPLUS
zimageinitrd-$(motorola) := zImage.initrd-PPLUS
Expand All @@ -119,12 +118,6 @@ zimageinitrd-$(motorola) := zImage.initrd-PPLUS
extra.o-$(CONFIG_PPLUS) := prepmap.o
extra.o-$(CONFIG_LOPEC) := mpc10x_memory.o

zimage-$(pcore) := zImage-STRIPELF
zimageinitrd-$(pcore) := zImage.initrd-STRIPELF
extra.o-$(pcore) := chrpmap.o
end-$(pcore) := pcore
cacheflag-$(pcore) := -include $(clear_L2_L3)

# Really only valid if CONFIG_6xx=y
zimage-$(CONFIG_PPC_PREP) := zImage-PPLUS
zimageinitrd-$(CONFIG_PPC_PREP) := zImage.initrd-PPLUS
Expand Down
Loading

0 comments on commit 617bf9a

Please sign in to comment.