[PATCH] powerpc: Fix a typo that breaks canyonland support

Benjamin Herrenschmidt benh at kernel.crashing.org
Fri Oct 3 19:33:20 EST 2008


A typo in the new ppc4xx_simple.c prevents proper detection of
the AMCC Canyonland board.

Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---

 arch/powerpc/platforms/44x/ppc44x_simple.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-work.orig/arch/powerpc/platforms/44x/ppc44x_simple.c	2008-10-03 14:44:32.000000000 +1000
+++ linux-work/arch/powerpc/platforms/44x/ppc44x_simple.c	2008-10-03 14:44:36.000000000 +1000
@@ -53,7 +53,7 @@ machine_device_initcall(ppc44x_simple, p
  */
 static char *board[] __initdata = {
 	"amcc,bamboo",
-	"amcc,cayonlands",
+	"amcc,canyonlands",
 	"amcc,glacier",
 	"ibm,ebony",
 	"amcc,katmai",



More information about the Linuxppc-dev mailing list