diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-19 11:27:05 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-28 09:12:47 -0400 |
commit | 38d56f1677130004497835a776feb84f068ce22a (patch) | |
tree | c778fb433ad0285636e17b61673b05068dc84f88 /arch/powerpc/platforms/44x | |
parent | ded563cf458e7803536f9d7b6bc5d808a6e37f21 (diff) |
powerpc/44x: Add explicit Yosemite support
Add the Yosemite board to the explicitly supported list for ppc44x_simple
boards and remove the compatible entry for bamboo from the DTS file.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/ppc44x_simple.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c index 1c064b242cf0..57e71203d0f8 100644 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c | |||
@@ -57,7 +57,8 @@ static char *board[] __initdata = { | |||
57 | "amcc,katmai", | 57 | "amcc,katmai", |
58 | "amcc,rainier", | 58 | "amcc,rainier", |
59 | "amcc,sequoia", | 59 | "amcc,sequoia", |
60 | "amcc,taishan" | 60 | "amcc,taishan", |
61 | "amcc,yosemite" | ||
61 | }; | 62 | }; |
62 | 63 | ||
63 | static int __init ppc44x_probe(void) | 64 | static int __init ppc44x_probe(void) |