diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-19 17:26:35 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-28 15:09:36 +0200 |
commit | aaf136c29d7b1dd505256c26a191ef1ad5f0a448 (patch) | |
tree | 47ccc73aaef38cbf210d989ff0dbed56afce7593 /arch/powerpc/platforms/44x/Makefile | |
parent | powerpc/44x: Migrate Bamboo support to ppc44x_simple (diff) | |
download | linux-aaf136c29d7b1dd505256c26a191ef1ad5f0a448.tar.xz linux-aaf136c29d7b1dd505256c26a191ef1ad5f0a448.zip |
powerpc/44x: Migrate Canyonlands support to ppc44x_simple
Migrate the AMCC Canyonlands board to use the ppc44x_simple platform file.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/Makefile')
-rw-r--r-- | arch/powerpc/platforms/44x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/Makefile b/arch/powerpc/platforms/44x/Makefile index ca18a326f67a..0ab626d4795a 100644 --- a/arch/powerpc/platforms/44x/Makefile +++ b/arch/powerpc/platforms/44x/Makefile @@ -8,5 +8,4 @@ obj-$(CONFIG_KATMAI) += katmai.o obj-$(CONFIG_RAINIER) += rainier.o obj-$(CONFIG_WARP) += warp.o obj-$(CONFIG_WARP) += warp-nand.o -obj-$(CONFIG_CANYONLANDS) += canyonlands.o obj-$(CONFIG_XILINX_VIRTEX_5_FXT) += virtex.o |