Skip to content

Commit

Permalink
[PATCH] ppc32: Remove board support for K2
Browse files Browse the repository at this point in the history
Support for the K2 board is no longer maintained and thus being removed

Signed-off-by: Kumar Gala <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Sep 5, 2005
1 parent 94cb20e commit ba9d1e2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,390 deletions.
9 changes: 1 addition & 8 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,6 @@ config SANDPOINT
config RADSTONE_PPC7D
bool "Radstone Technology PPC7D board"

config K2
bool "SBS-K2"

config PAL4
bool "SBS-Palomar4"

Expand Down Expand Up @@ -794,7 +791,7 @@ config PPC_OF
config PPC_GEN550
bool
depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \
PRPMC750 || K2 || PRPMC800 || LOPEC || \
PRPMC750 || PRPMC800 || LOPEC || \
(EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
83xx
default y
Expand Down Expand Up @@ -883,10 +880,6 @@ config SANDPOINT_ENABLE_UART1
If this option is enabled then the MPC824x processor will run
in DUART mode instead of UART mode.

config CPC710_DATA_GATHERING
bool "Enable CPC710 data gathering"
depends on K2

config HARRIER_STORE_GATHERING
bool "Enable Harrier store gathering"
depends on HARRIER
Expand Down
4 changes: 0 additions & 4 deletions arch/ppc/boot/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit ba9d1e2

Please sign in to comment.