From patchwork Thu Mar 1 21:13:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 144131 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 0CF4DB6EE8 for ; Fri, 2 Mar 2012 16:32:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 169F628085; Fri, 2 Mar 2012 06:32:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v5qfnEplBOze; Fri, 2 Mar 2012 06:32:02 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4D0012807E; Fri, 2 Mar 2012 06:32:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AA06C280AB for ; Thu, 1 Mar 2012 22:13:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8SlUmAqRTEg3 for ; Thu, 1 Mar 2012 22:13:18 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from oproxy6-pub.bluehost.com (oproxy6-pub.bluehost.com [67.222.54.6]) by theia.denx.de (Postfix) with SMTP id 2DB1A280A9 for ; Thu, 1 Mar 2012 22:13:16 +0100 (CET) Received: (qmail 12869 invoked by uid 0); 1 Mar 2012 21:13:15 -0000 Received: from unknown (HELO box284.bluehost.com) (69.89.31.84) by cpoproxy3.bluehost.com with SMTP; 1 Mar 2012 21:13:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=boundarydevices.com; s=default; h=Message-Id:Date:Subject:Cc:To:From; bh=IsKGDAmsh/ICRZyF4v+R2ddbU1hnadGc9CQ4DUPwi/8=; b=a2gOo2PWiu0KYv+G47wucOll65sloXdcXV1NsaTNrCmcJf2LnD7Z8bKoK0ck7DWD2ZIYKKAJw/O/RCP6cC58p4vjRLxU8OnWOFr3cUaNjXjnxc20td9H6wq41gjxKjkb; Received: from [70.96.116.236] (helo=officeserver-2) by box284.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S3DJJ-0008Gy-HB; Thu, 01 Mar 2012 14:13:13 -0700 Received: from tkisky by officeserver-2 with local (Exim 4.76) (envelope-from ) id 1S3DJM-0006Yb-JE; Thu, 01 Mar 2012 14:13:16 -0700 From: Troy Kisky To: albert.u.boot@aribaud.net Date: Thu, 1 Mar 2012 14:13:12 -0700 Message-Id: <1330636394-25173-1-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.7.5.4 X-Identified-User: {1412:box284.bluehost.com:boundar4:boundarydevices.com} {sentby:smtp auth 70.96.116.236 authed with troy.kisky@boundarydevices.com} X-Mailman-Approved-At: Fri, 02 Mar 2012 06:31:59 +0100 Cc: stefan@code.herbrechtsmeier.net, jcrigby@gmail.com, s-paulraj@ti.com, u-boot@lists.denx.de, ajay.bhargav@einfochips.com, twarren@nvidia.com, weber@corscience.de, hs@denx.de, christian.riesch@omicron.at Subject: [U-Boot] [PATCH 1/3] gplugd: use CONFIG_MACH_TYPE instead of MACH_TYPE_SHEEVAD X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de mach-type update will rename MACH_TYPE_SHEEVAD to MACH_TYPE_GPLUGD Signed-off-by: Troy Kisky --- board/Marvell/gplugd/gplugd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/Marvell/gplugd/gplugd.c b/board/Marvell/gplugd/gplugd.c index a697c19..8d9916a 100644 --- a/board/Marvell/gplugd/gplugd.c +++ b/board/Marvell/gplugd/gplugd.c @@ -92,7 +92,7 @@ int board_init(void) (struct armd1apb2_registers *)ARMD1_APBC2_BASE; /* arch number of Board */ - gd->bd->bi_arch_number = MACH_TYPE_SHEEVAD; + gd->bd->bi_arch_number = CONFIG_MACH_TYPE; /* adress of boot parameters */ gd->bd->bi_boot_params = armd1_sdram_base(0) + 0x100; /* Assert PHY_RST# */