From patchwork Thu Nov 10 08:10:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Weber X-Patchwork-Id: 124816 X-Patchwork-Delegate: scottwood@freescale.com 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 30E78B6F76 for ; Thu, 10 Nov 2011 19:23:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1E59828B6C; Thu, 10 Nov 2011 09:22:58 +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 XSqpNoRaKtD9; Thu, 10 Nov 2011 09:22:57 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB4E428A13; Thu, 10 Nov 2011 09:22:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AF1A228A13 for ; Thu, 10 Nov 2011 09:22:52 +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 RorP1-m2vKK9 for ; Thu, 10 Nov 2011 09:22:52 +0100 (CET) X-Greylist: delayed 767 seconds by postgrey-1.27 at theia; Thu, 10 Nov 2011 09:22:50 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 moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by theia.denx.de (Postfix) with ESMTP id 3D5E628A07 for ; Thu, 10 Nov 2011 09:22:50 +0100 (CET) Received: from corscience.de (DSL01.212.114.252.242.ip-pool.NEFkom.net [212.114.252.242]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0LvQBP-1Qx9cw45j9-010IiL; Thu, 10 Nov 2011 09:10:02 +0100 Received: from lupus.er.corscience.de (lupus.2og.er.corscience.de [192.168.102.101]) by corscience.de (Postfix) with ESMTP id 7943C5200E; Thu, 10 Nov 2011 09:10:01 +0100 (CET) From: Thomas Weber To: u-boot@lists.denx.de Date: Thu, 10 Nov 2011 09:10:00 +0100 Message-Id: <1320912600-3170-1-git-send-email-weber@corscience.de> X-Mailer: git-send-email 1.7.8.rc1 X-Provags-ID: V02:K0:Bs7eyPN1R32EJPVOOOGqnt9jkg8v1izcog/h36DwLA/ qKsOPnLunU2dr8WO8iKHQx7SsDGfaKV26pC9y5COjsY16oo3hQ KwfnoM6MmLj3mPzhgaiCTaNtfVdMSTNQKh2uvvDYP4w8jurrTt WU4MLTcb/9c2TB2EtwUGJyXRgEjTFqD4Tf8qNm2MVYBFBIjYZh K9Tx8Llr9Llpw5l+VcjVHxFVIQuHwUQaGwsCg/hwT0Oet7Iatf 130FcoY5f0Wlo5hXIRI7xE32OZ2IRELeTO7EEdKfqr5w0a0kXa jUTtsKAmrTxX7Rrcy8s1+3I1xeSczzlryafHctjjg5oEOOzh1T 5uo6NXwrXEJKemLBnzI9HeFAkfreDMKiP+B/+mphs4NahP2MkU WSeUX0+XWWC6A== Cc: Thomas Weber Subject: [U-Boot] [PATCH] env_nand: Remove DEBUG definition 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 When compiling with -DDEBUG enabled this caused a warning about multiple definition of DEBUG. Signed-off-by: Thomas Weber --- common/env_nand.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/env_nand.c b/common/env_nand.c index 14446a6..e71a229 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -30,7 +30,7 @@ * MA 02111-1307 USA */ -#define DEBUG +/* #define DEBUG */ #include #include