From patchwork Mon Feb 16 12:14:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 440117 X-Patchwork-Delegate: trini@ti.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 5E08114017F for ; Tue, 17 Feb 2015 00:43:58 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1D8644B824; Mon, 16 Feb 2015 14:43:50 +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 r7FconfRlA2x; Mon, 16 Feb 2015 14:43:49 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 74F9D4B861; Mon, 16 Feb 2015 14:43:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8B46A4B6D1 for ; Mon, 16 Feb 2015 13:22:17 +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 oFkVWk7_8AsJ for ; Mon, 16 Feb 2015 13:22:17 +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 mout.perfora.net (mout.perfora.net [74.208.4.196]) by theia.denx.de (Postfix) with ESMTPS id 2105B4B65F for ; Mon, 16 Feb 2015 13:22:14 +0100 (CET) Received: from localhost.localdomain (46-140-72-82.static.cablecom.ch [46.140.72.82]) by mrelay.perfora.net (node=mreueus001) with ESMTP (Nemesis) id 0LvSxp-1XNppP18BX-010gIH; Mon, 16 Feb 2015 13:16:38 +0100 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Mon, 16 Feb 2015 13:14:41 +0100 Message-Id: X-Mailer: git-send-email 1.9.3 In-Reply-To: References: X-Provags-ID: V02:K0:0SF4JN8fP2psfwhNV878QljdmnHDeybnwm2j57TeE/s p7sYnC8wOFrwMI/H3puIwd1pbiCp9+YHvX4j0HP7Ukde4o3gHO Q6Owg9grDkhuLoChL5cHRcjIYF0Xmm4cEDZA8/Zx3D9rwQ83tE oH444QPJTtHR6gLt0aAYchtcDJIlDlb84TiR6L0IpBNSAQTJ8q Uk8myJU019Zg6WV32Wmz4y/qJQqFx7abUN7v5NxMXAL/4Qsxw+ tLgB4ldMkMd0PzLmbuKMlCQ1Xbv9SpNlm1RAUHi4Uo7qdAiea0 GAO8jLEIu5RJSRBmiclTQpGBxhSePV+wjsleaejfJpR7qA+phm vQttEQfD6UfA0ZmGIXWAWFhvX2pZSkRHlKtvwgmhbXGFZAtOZf AkKGOUgQ6u5hObXG8z1NevmqmgDbyT9rqWYrMPbfhAs00oDdE/ vqXOQP5GldEqUQg4kdh7zH3TFPg== X-UI-Out-Filterresults: notjunk:1; X-Mailman-Approved-At: Mon, 16 Feb 2015 14:43:18 +0100 Cc: "Kang , Marcel Ziswiler Subject: [U-Boot] [PATCH 03/12] pxa: balloon3: remove nowhere used symbol CONFIG_SYS_MEM_BUF_IMP X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Marcel Ziswiler --- include/configs/balloon3.h | 1 - include/configs/vpac270.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h index 8dabc80..f20a631 100644 --- a/include/configs/balloon3.h +++ b/include/configs/balloon3.h @@ -190,7 +190,6 @@ #define CONFIG_SYS_MDMRS_VAL 0x00220022 #define CONFIG_SYS_FLYCNFG_VAL 0x00000000 #define CONFIG_SYS_SXCNFG_VAL 0x00000000 -#define CONFIG_SYS_MEM_BUF_IMP 0x0f /* * PCMCIA and CF Interfaces diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 2fb91a8..e54601d 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -297,7 +297,6 @@ #define CONFIG_SYS_MDMRS_VAL 0x00000000 #define CONFIG_SYS_FLYCNFG_VAL 0x00000000 #define CONFIG_SYS_SXCNFG_VAL 0x40044004 -#define CONFIG_SYS_MEM_BUF_IMP 0x0f /* * PCMCIA and CF Interfaces