From patchwork Mon Jan 28 11:40:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 216176 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 F0CAB2C008E for ; Mon, 28 Jan 2013 22:41:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 13F7D4A10E; Mon, 28 Jan 2013 12:41:24 +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 1-C6xpOksNEu; Mon, 28 Jan 2013 12:41:23 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B1D9B4A111; Mon, 28 Jan 2013 12:41:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 807ED4A111 for ; Mon, 28 Jan 2013 12:41: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 qPkbOYKOFp2s for ; Mon, 28 Jan 2013 12:41: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 am1outboundpool.messaging.microsoft.com (am1ehsobe001.messaging.microsoft.com [213.199.154.204]) by theia.denx.de (Postfix) with ESMTPS id 2D53A4A10E for ; Mon, 28 Jan 2013 12:41:16 +0100 (CET) Received: from mail3-am1-R.bigfish.com (10.3.201.239) by AM1EHSOBE024.bigfish.com (10.3.207.146) with Microsoft SMTP Server id 14.1.225.23; Mon, 28 Jan 2013 11:41:14 +0000 Received: from mail3-am1 (localhost [127.0.0.1]) by mail3-am1-R.bigfish.com (Postfix) with ESMTP id CA0EC2E00A3; Mon, 28 Jan 2013 11:41:14 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 0 X-BigFish: VS0(zzzz1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839hd24he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1155h) Received: from mail3-am1 (localhost.localdomain [127.0.0.1]) by mail3-am1 (MessageSwitch) id 1359373273382269_10990; Mon, 28 Jan 2013 11:41:13 +0000 (UTC) Received: from AM1EHSMHS007.bigfish.com (unknown [10.3.201.230]) by mail3-am1.bigfish.com (Postfix) with ESMTP id 50ECBC0061; Mon, 28 Jan 2013 11:41:13 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS007.bigfish.com (10.3.207.107) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 28 Jan 2013 11:41:13 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.318.3; Mon, 28 Jan 2013 11:41:11 +0000 Received: from fabio-Latitude-E6410.am.freescale.net ([10.29.244.46]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r0SBf7J3010720; Mon, 28 Jan 2013 04:41:08 -0700 From: Fabio Estevam To: Date: Mon, 28 Jan 2013 09:40:59 -0200 Message-ID: <1359373261-16796-1-git-send-email-fabio.estevam@freescale.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-OriginatorOrg: freescale.com Cc: marex@denx.de, u-boot@lists.denx.de, Fabio@theia.denx.de, Estevam , otavio@ossystems.com.br Subject: [U-Boot] [PATCH 1/3] mx23evk: Remove unneeded 'undef's 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Rather than 'undef'ing some symbols, just remove them instead. Signed-off-by: Fabio Estevam --- include/configs/mx23evk.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index c44a8b8..51aa9c4 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -49,8 +49,6 @@ /* U-Boot Commands */ #include -#undef CONFIG_CMD_NET -#undef CONFIG_CMD_NFS #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DOS_PARTITION