diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-03 09:28:03 +0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-04 17:02:21 +0400 |
commit | 336ff735425d2709c4bb3f2a55f7565e8170ce7a (patch) | |
tree | c2e0733803ef655966e72021185e9369090b1856 /arch/powerpc/platforms/40x/ppc40x_simple.c | |
parent | 194ff1c3871307038f832b72a57e9ad13ff393ee (diff) | |
download | linux-336ff735425d2709c4bb3f2a55f7565e8170ce7a.tar.xz |
powerpc/40x: Convert AMCC Kilauea/Halekala boards to ppc40x_simple
This cleans up the kilauea/halekala board ports 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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/ppc40x_simple.c b/arch/powerpc/platforms/40x/ppc40x_simple.c index 0e8aa2fe695f..5fd5a5974001 100644 --- a/arch/powerpc/platforms/40x/ppc40x_simple.c +++ b/arch/powerpc/platforms/40x/ppc40x_simple.c @@ -52,6 +52,8 @@ machine_device_initcall(ppc40x_simple, ppc40x_device_probe); */ static char *board[] __initdata = { "amcc,acadia", + "amcc,haleakala", + "amcc,kilauea", "amcc,makalu" }; |