public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel•crashing.org>
To: Josh Boyer <jwboyer@linux•vnet.ibm.com>
Cc: linuxppc-dev@ozlabs•org
Subject: [PATCH] powerpc: Fix a typo that breaks canyonland support
Date: Fri, 03 Oct 2008 19:33:20 +1000	[thread overview]
Message-ID: <20081003093338.50543DDF78@ozlabs.org> (raw)

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

Signed-off-by: Benjamin Herrenschmidt <benh@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",

             reply	other threads:[~2008-10-03  9:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03  9:33 Benjamin Herrenschmidt [this message]
2008-10-03 12:04 ` [PATCH] powerpc: Fix a typo that breaks canyonland support Josh Boyer
2008-10-03 12:18   ` Benjamin Herrenschmidt
2008-10-03 12:25     ` Josh Boyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081003093338.50543DDF78@ozlabs.org \
    --to=benh@kernel$(echo .)crashing.org \
    --cc=jwboyer@linux$(echo .)vnet.ibm.com \
    --cc=linuxppc-dev@ozlabs$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox