From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 04 May 2011 10:50:45 +0200 Subject: [U-Boot] [PATCH RESEND 2/2] mx5: Fix CONFIG_OF_LIBFDT redefined warning In-Reply-To: <20110504084407.GB20531@S2100-06.ap.freescale.net> References: <20110328195231.10235.36716.stgit@ponder> <1304489597-26548-1-git-send-email-shawn.guo@linaro.org> <1304489597-26548-2-git-send-email-shawn.guo@linaro.org> <4DC1089A.2090406@denx.de> <20110504084407.GB20531@S2100-06.ap.freescale.net> Message-ID: <4DC11365.3040901@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/04/2011 10:44 AM, Shawn Guo wrote: > As you can see from the commit below, > > 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683 > Add CONFIG_OF_LIBFDT to more boards. > > CONFIG_OF_LIBFDT was defined with '1' in all those files. > > --- > include/configs/ca9x4_ct_vxp.h | 2 ++ > include/configs/devkit8000.h | 2 ++ > include/configs/efikamx.h | 2 ++ > include/configs/igep0020.h | 2 ++ > include/configs/igep0030.h | 2 ++ > include/configs/mx51evk.h | 2 ++ > include/configs/mx53evk.h | 2 ++ > include/configs/omap3_overo.h | 2 ++ > include/configs/omap3_pandora.h | 2 ++ > include/configs/omap3_sdp3430.h | 2 ++ > include/configs/omap3_zoom1.h | 2 ++ > include/configs/omap3_zoom2.h | 2 ++ > include/configs/omap4_panda.h | 2 ++ > include/configs/omap4_sdp4430.h | 2 ++ > include/configs/tegra2-common.h | 1 + > 15 files changed, 29 insertions(+), 0 deletions(-) > > If you really want to get this '1' removed, I would prefer to do it > globally with another patch. No, I agree with you. Better to fix globally in another patch. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================