From patchwork Tue Dec 6 08:19:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Weber X-Patchwork-Id: 129583 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 E080E1007D4 for ; Tue, 6 Dec 2011 20:21:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7FC4328137; Tue, 6 Dec 2011 10:21:35 +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 O0GMihXk5vhQ; Tue, 6 Dec 2011 10:21:34 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C5F2A28138; Tue, 6 Dec 2011 10:21:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 960F22812F for ; Tue, 6 Dec 2011 09:20:07 +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 eyhunTBqHhG5 for ; Tue, 6 Dec 2011 09:20:05 +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 moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by theia.denx.de (Postfix) with ESMTP id CEF412812D for ; Tue, 6 Dec 2011 09:20:05 +0100 (CET) Received: from corscience.de (DSL01.212.114.252.242.ip-pool.NEFkom.net [212.114.252.242]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LkkrY-1QxPZZ3CMO-00b0hV; Tue, 06 Dec 2011 09:19:57 +0100 Received: from lupus.er.corscience.de (lupus.2og.er.corscience.de [192.168.102.101]) by corscience.de (Postfix) with ESMTP id 43A2F51E0C; Tue, 6 Dec 2011 09:19:57 +0100 (CET) From: Thomas Weber To: u-boot@lists.denx.de Date: Tue, 6 Dec 2011 09:19:36 +0100 Message-Id: <1323159576-5888-1-git-send-email-weber@corscience.de> X-Mailer: git-send-email 1.7.8 X-Provags-ID: V02:K0:60yoIOnXEDiLU1smV4H9ms6Mr2NTsEreU8wCCYimd76 p678VO08W0a9rPdbmiuRNHn98W/ZGBVFf+B7Gp3kmiWDm8YZDw ClXs4PlolPHvAbKu9lp5ou6tfvqHQIMlUVTT7R4gw6lJwIfu4g 201t/eBYSiXVFD/P2A10jJIFA+bDd3FQUJI9QKkyre8B9BK5B9 1g71NTvE/ZvPwQUA8MjETVytczliqz/dq7bm1l61gc5c0OY014 HNu72YzUExN8Yq6U5KyXBTNSeFX05K77lwx3GY1fnaM2AykZCy w24f40zTiIvcu98DINkoel56weA/2Is9aDKp5h3j6eiiVSxdk3 BjZjKaGOvU1Lu7YfFCiDsBZ+N0ZUCl/U+VyoEb8d3yugQHeQiq 9eJJ2Rt270xMw== X-Mailman-Approved-At: Tue, 06 Dec 2011 10:21:31 +0100 Cc: Thomas Weber Subject: [U-Boot] [PATCH v2] env_nand: Remove DEBUG definition 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 Signed-off-by: Thomas Weber --- Changelog: v2: Remove DEBUG definition instead of commenting common/env_nand.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/common/env_nand.c b/common/env_nand.c index ce13def..3cb75c8 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -30,8 +30,6 @@ * MA 02111-1307 USA */ -#define DEBUG - #include #include #include