Skip to content

Commit

Permalink
powerpc/44x: Migrate Bamboo support to ppc44x_simple
Browse files Browse the repository at this point in the history
Migrate the AMCC Bamboo board to use the ppc44x_simple platform file.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Josh Boyer committed Aug 28, 2008
1 parent 775d5a1 commit 380c313
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/44x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config BAMBOO
bool "Bamboo"
depends on 44x
default n
select PPC44x_SIMPLE
select 440EP
select PCI
help
Expand Down Expand Up @@ -90,6 +91,7 @@ config YOSEMITE
bool "Yosemite"
depends on 44x
default n
select PPC44x_SIMPLE
select 440EP
select PCI
help
Expand Down
2 changes: 0 additions & 2 deletions arch/powerpc/platforms/44x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ obj-$(CONFIG_44x) := misc_44x.o idle.o
obj-$(CONFIG_PPC44x_SIMPLE) += ppc44x_simple.o
obj-$(CONFIG_EBONY) += ebony.o
obj-$(CONFIG_TAISHAN) += taishan.o
obj-$(CONFIG_BAMBOO) += bamboo.o
obj-$(CONFIG_YOSEMITE) += bamboo.o
obj-$(CONFIG_SAM440EP) += sam440ep.o
obj-$(CONFIG_SEQUOIA) += sequoia.o
obj-$(CONFIG_KATMAI) += katmai.o
Expand Down
62 changes: 0 additions & 62 deletions arch/powerpc/platforms/44x/bamboo.c

This file was deleted.

0 comments on commit 380c313

Please sign in to comment.