Skip to content

Commit

Permalink
[PATCH] ppc32: Remove board support for MCPN765
Browse files Browse the repository at this point in the history
Support for the MCPN765 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 ba9d1e2 commit 89d7f53
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,238 deletions.
5 changes: 1 addition & 4 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ config EV64260
config LOPEC
bool "Motorola-LoPEC"

config MCPN765
bool "Motorola-MCPN765"

config MVME5100
bool "Motorola-MVME5100"

Expand Down Expand Up @@ -790,7 +787,7 @@ config PPC_OF

config PPC_GEN550
bool
depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \
depends on SANDPOINT || SPRUCE || PPLUS || PCORE || \
PRPMC750 || PRPMC800 || LOPEC || \
(EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
83xx
Expand Down
2 changes: 1 addition & 1 deletion arch/ppc/boot/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF

# kconfig 'feature', only one of these will ever be 'y' at a time.
# The rest will be unset.
motorola := $(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
motorola := $(strip $(motorola))
pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250)
Expand Down
Loading

0 comments on commit 89d7f53

Please sign in to comment.