From patchwork Fri Oct 10 15:45:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 398685 X-Patchwork-Delegate: twarren@nvidia.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 9C8DD140077 for ; Sat, 11 Oct 2014 02:45:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 22093A7439; Fri, 10 Oct 2014 17:45:48 +0200 (CEST) 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 AC0kFNkaYtyh; Fri, 10 Oct 2014 17:45:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 25C7CA73ED; Fri, 10 Oct 2014 17:45:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DEC1BA73ED for ; Fri, 10 Oct 2014 17:45:42 +0200 (CEST) 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 icgfcP1uFzAN for ; Fri, 10 Oct 2014 17:45:42 +0200 (CEST) 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.197]) by theia.denx.de (Postfix) with ESMTPS id 6B5B2A73EB for ; Fri, 10 Oct 2014 17:45:38 +0200 (CEST) Received: from localhost.localdomain (190-191.5-85.cust.bluewin.ch [85.5.191.190]) by mrelay.perfora.net (node=mreueus002) with ESMTP (Nemesis) id 0MI7dw-1Xd9Y23fpe-003yGa; Fri, 10 Oct 2014 17:45:34 +0200 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Fri, 10 Oct 2014 17:45:17 +0200 Message-Id: X-Mailer: git-send-email 1.9.3 X-Provags-ID: V02:K0:9NASmHEyluKAwvH/8MAV9b3OPpgHwi1qEDh/3hz4EtP FBRacoETA2D6Vrvd/Ew3wWLK2mlBb9MAQbbaaLY98WEBCInFho GTKTy1eUid4hVv2iKEXUb86CMP3HwGH5Ztz1/+mZA/jL0Uptmv 77LyTqSAzbvFx3dwBGhYRaHToeDe3UwMAx/u1Zn+VIiLrDAmZJ MAGkjX8S/aw8JhRnmrKaS7L9LgGhKosrYATzlZAAo1g7eq5GxC R0YW1ZNYBcaUDRzb/PKSMg8msIioWVNzj+7Hhx/jYn1Gs6Q7ry 93ScpM5SAoOEe/ma3U2pXgha/yFg6U+NVdd7RlSHRS3NuRMrie buCmS4E6Eiv1EkMJJv8iAHE5iwH1Mk6ZNlY4+l3hHL8cX5kFqs eecE5q0XwAb7LAuWwvS5K30+kfE4wre/DdjnPxvj4B+GbvKRdD 1HNu8duebwlo5rZQA3P6cb/4haA== X-UI-Out-Filterresults: notjunk:1; Cc: Stephen Warren , Michal Simek , Marcel Ziswiler , Tom Warren Subject: [U-Boot] [PATCH] tegra: clean-up useless define X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 Wondering what exactly that one should bring (;-p). Looks like a remnant of the last commit 783e6a72b8278d59854ced41a4696c9a14abbb0b kconfig: move CONFIG_OF_* to Kconfig Signed-off-by: Marcel Ziswiler Acked-by: Simon Glass --- include/configs/tegra-common-post.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index 23e3c8a..9abf268 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -67,10 +67,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT -/* remove devicetree support */ -#ifdef CONFIG_OF_CONTROL -#endif - /* remove I2C support */ #ifdef CONFIG_SYS_I2C_TEGRA #undef CONFIG_SYS_I2C_TEGRA