From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Thu, 28 Oct 2010 13:55:46 +0200 Subject: [U-Boot] Most ARM CPU's have buggy clear_bss? In-Reply-To: <20101028113858.0622A152451@gemini.denx.de> References: <4CC914D8.4070101@denx.de> <20101028083950.20A74152451@gemini.denx.de> <4CC94F39.7050302@ahsoftware.de> <4CC95B9E.3040108@emk-elektronik.de> <20101028113858.0622A152451@gemini.denx.de> Message-ID: <4CC964C2.50403@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, >>> CONFIG_RELOC_FIXUP_WORKS >> Not needed for ARM when ELF relocation is used. I don't know whether other >> architectures still need it. Do NOT set it on ARM or you get in trouble by >> some addresses being relocated twice. > > Sure? My understanding is that it MUST be set since we have > elf_reloc? Sorry, of course that *MUST* be set. My mistake. The Logic is inverted here: FIXUP_WORKS = "do not do any extra fixups" ;) Reinhard