From patchwork Fri Oct 3 09:33:20 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Herrenschmidt X-Patchwork-Id: 2533 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id E6761DE15D for ; Fri, 3 Oct 2008 19:33:47 +1000 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: by ozlabs.org (Postfix, from userid 1030) id 50543DDF78; Fri, 3 Oct 2008 19:33:38 +1000 (EST) To: Josh Boyer From: Benjamin Herrenschmidt Date: Fri, 03 Oct 2008 19:33:20 +1000 Subject: [PATCH] powerpc: Fix a typo that breaks canyonland support Message-Id: <20081003093338.50543DDF78@ozlabs.org> Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org A typo in the new ppc4xx_simple.c prevents proper detection of the AMCC Canyonland board. Signed-off-by: Benjamin Herrenschmidt --- 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",