diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-19 19:27:01 +0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-28 17:10:35 +0400 |
commit | ded563cf458e7803536f9d7b6bc5d808a6e37f21 (patch) | |
tree | 040f943353c1dce5cbec9cec6dabb63badfd710a /arch/powerpc/platforms/44x/ppc44x_simple.c | |
parent | 4f19a897c740e2a2e98f40b60055d56d8e437f6f (diff) | |
download | linux-ded563cf458e7803536f9d7b6bc5d808a6e37f21.tar.xz |
powerpc/44x: Add explicit support for AMCC Glacier
Add explicit support for the AMCC Glacier eval board to Kconfig and the
ppc44x_simple file. Also removes the cayonlands compatible entry from the
DTS file.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/ppc44x_simple.c')
-rw-r--r-- | arch/powerpc/platforms/44x/ppc44x_simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c index 32b0535f29fe..1c064b242cf0 100644 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c @@ -52,6 +52,7 @@ machine_device_initcall(ppc44x_simple, ppc44x_device_probe); static char *board[] __initdata = { "amcc,bamboo", "amcc,cayonlands", + "amcc,glacier", "ibm,ebony", "amcc,katmai", "amcc,rainier", |