summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/40x/ppc40x_simple.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2009-06-03 09:24:12 +0400
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2009-06-04 17:02:09 +0400
commit194ff1c3871307038f832b72a57e9ad13ff393ee (patch)
treec82116cb051ecd1a210ed9f1671c2dec844f9e7e /arch/powerpc/platforms/40x/ppc40x_simple.c
parent7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d (diff)
downloadlinux-194ff1c3871307038f832b72a57e9ad13ff393ee.tar.xz
powerpc/40x: Convert AMCC Makalu board to ppc40x_simple
This cleans up the makalu board port to use the ppc40x_simple platform support. Tested-by: Stefan Roese <sr@denx.de> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/ppc40x_simple.c')
-rw-r--r--arch/powerpc/platforms/40x/ppc40x_simple.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/ppc40x_simple.c b/arch/powerpc/platforms/40x/ppc40x_simple.c
index f40ac9b8f99f..0e8aa2fe695f 100644
--- a/arch/powerpc/platforms/40x/ppc40x_simple.c
+++ b/arch/powerpc/platforms/40x/ppc40x_simple.c
@@ -51,7 +51,8 @@ machine_device_initcall(ppc40x_simple, ppc40x_device_probe);
* board.c file for it rather than adding it to this list.
*/
static char *board[] __initdata = {
- "amcc,acadia"
+ "amcc,acadia",
+ "amcc,makalu"
};
static int __init ppc40x_probe(void)