From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 8 Jan 2008 07:21:17 +0100 Subject: [U-Boot-Users] [PATCH] 85xx: Move include of config.h earlier. In-Reply-To: References: Message-ID: <200801080721.17891.sr@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 Hi Kumar, On Tuesday 08 January 2008, Kumar Gala wrote: > Include config.h earlier in the set of #includes so as to avoid an > incidental and duplicate definition of CFG_CACHELINE_SIZE. Why not remove CFG_CACHELINE_SIZE (and the other CFG_CACHE_xxx stuff) from the board config files instead? This should be defined correctly in asm-ppc/cache.h now. I made this cleanup for 4xx lately and probably triggered this problem for your FSL ports. Sorry about that, but I really think these cache defines should be removed from the board config files. Best regards, Stefan ===================================================================== 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 =====================================================================