From patchwork Thu Dec 17 13:07:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Semih Hazar X-Patchwork-Id: 71695 Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 31458D43F24 for ; Thu, 17 Dec 2009 14:09:40 +0100 (CET) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id 22116C5F75CA for ; Thu, 17 Dec 2009 14:09:40 +0100 (MET) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.9) for (single-drop); Thu, 17 Dec 2009 14:09:40 +0100 (MET) Received: from murder (svr19.m-online.net [192.168.3.147]) by backend2 (Cyrus v2.2.12) with LMTPA; Thu, 17 Dec 2009 14:07:54 +0100 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend3.pop.m-online.net (Cyrus v2.2.13) with LMTPA; Thu, 17 Dec 2009 14:07:53 +0100 Received: from scanner-4.m-online.net (scanner-4.m-online.net [192.168.1.18]) by mail.m-online.net (Postfix) with ESMTP id AB56B200185; Thu, 17 Dec 2009 14:07:53 +0100 (CET) Received: from mxin-1.m-online.net ([192.168.1.21]) by scanner-4.m-online.net (scanner-4.m-online.net [192.168.1.18]) (amavisd-new, port 10026) with ESMTP id 17424-05-4; Thu, 17 Dec 2009 14:07:51 +0100 (CET) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-2.m-online.net (Postfix) with ESMTP id 35EBE46E1C2; Thu, 17 Dec 2009 14:07:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 17F5E280A2; Thu, 17 Dec 2009 14:07:34 +0100 (CET) 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 VRbBmuD29dWo; Thu, 17 Dec 2009 14:07:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C4EE72808D; Thu, 17 Dec 2009 14:07:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E5E9C28089 for ; Thu, 17 Dec 2009 14:07:28 +0100 (CET) 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 sIDFz7W7TG4T for ; Thu, 17 Dec 2009 14:07:28 +0100 (CET) Received: from smtp225.iad.emailsrvr.com (smtp225.iad.emailsrvr.com [207.97.245.225]) by theia.denx.de (Postfix) with ESMTP id 6379428085 for ; Thu, 17 Dec 2009 14:07:25 +0100 (CET) Received: from relay12.relay.iad.mlsrvr.com (localhost [127.0.0.1]) by relay12.relay.iad.mlsrvr.com (SMTP Server) with ESMTP id 568BA20D867 for ; Thu, 17 Dec 2009 08:07:24 -0500 (EST) Received: by relay12.relay.iad.mlsrvr.com (Authenticated sender: semih.hazar-AT-indefia.com) with ESMTPSA id 011F220D830 for ; Thu, 17 Dec 2009 08:07:23 -0500 (EST) Message-ID: <4B2A2D0A.6090201@indefia.com> Date: Thu, 17 Dec 2009 15:07:22 +0200 From: Semih Hazar User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0 MIME-Version: 1.0 To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] Remove duplicate #defines in atngw100.h and mimc200.h 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net Two configuration include files had duplicate CONFIG_DOS_PARTITION definitions with the same value. This patch does not effect anything, just trims unnecessary text. Signed-off-by: Semih Hazar --- include/configs/atngw100.h | 2 -- include/configs/mimc200.h | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index 4ed5514..5066448 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -101,8 +101,6 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY -#define CONFIG_DOS_PARTITION 1 - /* * Command line configuration. */ diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h index 8ff2f8a..b2cb206 100644 --- a/include/configs/mimc200.h +++ b/include/configs/mimc200.h @@ -104,8 +104,6 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY -#define CONFIG_DOS_PARTITION 1 - /* * Command line configuration. */