From patchwork Wed Feb 23 16:43:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 84209 X-Patchwork-Delegate: albert.aribaud@free.fr 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 C0B11B7140 for ; Thu, 24 Feb 2011 03:44:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E8C9F28083; Wed, 23 Feb 2011 17:44:17 +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 hIplCCSlpJOY; Wed, 23 Feb 2011 17:44:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 824F22807B; Wed, 23 Feb 2011 17:44:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D94812807B for ; Wed, 23 Feb 2011 17:44:06 +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 rBjjY3Uk6htk for ; Wed, 23 Feb 2011 17:44:06 +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 mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 05CB928077 for ; Wed, 23 Feb 2011 17:44:04 +0100 (CET) Received: by yxk30 with SMTP id 30so1184629yxk.3 for ; Wed, 23 Feb 2011 08:44:03 -0800 (PST) Received: by 10.236.185.202 with SMTP id u50mr7680946yhm.52.1298479443627; Wed, 23 Feb 2011 08:44:03 -0800 (PST) Received: from localhost.localdomain (ip70-190-110-83.ph.ph.cox.net [70.190.110.83]) by mx.google.com with ESMTPS id f31sm4931442yhc.13.2011.02.23.08.44.02 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Feb 2011 08:44:03 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Wed, 23 Feb 2011 09:43:39 -0700 Message-Id: <1298479419-4038-2-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1298479419-4038-1-git-send-email-twarren@nvidia.com> References: <1298479419-4038-1-git-send-email-twarren@nvidia.com> Cc: twarren.nvidia@gmail.com, Tom Warren Subject: [U-Boot] [PATCH] arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h update X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 Signed-off-by: Tom Warren --- include/configs/seaboard.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index fd87560..59eef56 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -37,7 +37,7 @@ #define CONFIG_TEGRA2_ENABLE_UARTD #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE -#define CONFIG_MACH_TYPE MACH_TYPE_TEGRA_SEABOARD +#define CONFIG_MACH_TYPE MACH_TYPE_SEABOARD #define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 /* lp1, 1GB */ #endif /* __CONFIG_H */