From patchwork Thu Oct 25 05:19:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Greg Ungerer X-Patchwork-Id: 1641901 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id DD71A3FE1C for ; Thu, 25 Oct 2012 05:15:54 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TRFlG-00056Y-53; Thu, 25 Oct 2012 05:13:42 +0000 Received: from dnvwsmailout1.mcafee.com ([161.69.31.173]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TRFlA-00056K-Pv for linux-arm-kernel@lists.infradead.org; Thu, 25 Oct 2012 05:13:39 +0000 Received: from DNVEXAMER2N2.corp.nai.org (unknown [10.44.48.22]) by DNVWSMAILOUT1.mcafee.com with smtp id 19f2_00f5_2c2dc9da_f7ad_4d36_93e6_8420f8a26929; Thu, 25 Oct 2012 00:13:32 -0500 Received: from DNVEXAPP1N1.corp.nai.org (10.44.48.61) by DNVEXAMER2N2.corp.nai.org (10.44.48.22) with Microsoft SMTP Server (TLS) id 14.2.318.1; Wed, 24 Oct 2012 23:13:28 -0600 Received: from localhost.localdomain (10.44.48.242) by mail.na.nai.com (10.44.48.61) with Microsoft SMTP Server id 14.2.318.1; Wed, 24 Oct 2012 23:13:27 -0600 From: To: Subject: [PATCH v2] ARM: add back in KS8695 based SnapGear board entries Date: Thu, 25 Oct 2012 15:19:34 +1000 Message-ID: <1351142374-15435-1-git-send-email-gerg@snapgear.com> X-Mailer: git-send-email 1.5.5.1 MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.9 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [161.69.31.173 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Greg Ungerer X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Greg Ungerer As of linux-3.7-rc1 configuring to build for the Micrel KS8695 based SnapGear board types will result in a build failure: CC arch/arm/mach-ks8695/board-sg.o arch/arm/mach-ks8695/board-sg.c:88: error: ‘MACH_TYPE_LITE300’ undeclared here (not in a function) arch/arm/mach-ks8695/board-sg.c:100: error: ‘MACH_TYPE_SG310’ undeclared here (not in a function) arch/arm/mach-ks8695/board-sg.c:112: error: ‘MACH_TYPE_SE4200’ undeclared here (not in a function) Add the removed SnapGear board IDs back into the mach-types file. Signed-off-by: Greg Ungerer --- v2: update commit log to reflect actual compile error now arch/arm/tools/mach-types | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types index 831e1fd..df1aefb 100644 --- a/arch/arm/tools/mach-types +++ b/arch/arm/tools/mach-types @@ -95,6 +95,7 @@ lpd7a400 MACH_LPD7A400 LPD7A400 389 lpd7a404 MACH_LPD7A404 LPD7A404 390 csb337 MACH_CSB337 CSB337 399 mainstone MACH_MAINSTONE MAINSTONE 406 +lite300 MACH_LITE300 LITE300 408 xcep MACH_XCEP XCEP 413 arcom_vulcan MACH_ARCOM_VULCAN ARCOM_VULCAN 414 nomadik MACH_NOMADIK NOMADIK 420 @@ -160,6 +161,7 @@ trizeps4 MACH_TRIZEPS4 TRIZEPS4 776 cpuat91 MACH_CPUAT91 CPUAT91 787 iq81340sc MACH_IQ81340SC IQ81340SC 799 iq81340mc MACH_IQ81340MC IQ81340MC 801 +se4200 MACH_SE4200 SE4200 809 micro9 MACH_MICRO9 MICRO9 811 micro9l MACH_MICRO9L MICRO9L 812 omap_palmte MACH_OMAP_PALMTE OMAP_PALMTE 817 @@ -268,6 +270,7 @@ dns323 MACH_DNS323 DNS323 1542 omap3_beagle MACH_OMAP3_BEAGLE OMAP3_BEAGLE 1546 nokia_n810 MACH_NOKIA_N810 NOKIA_N810 1548 pcm038 MACH_PCM038 PCM038 1551 +sg310 MACH_SG310 SG310 1564 ts209 MACH_TS209 TS209 1565 at91cap9adk MACH_AT91CAP9ADK AT91CAP9ADK 1566 mx31moboard MACH_MX31MOBOARD MX31MOBOARD 1574