From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Thu, 28 Oct 2010 12:23:53 +0200 Subject: [U-Boot] Most ARM CPU's have buggy clear_bss? In-Reply-To: <20101028083950.20A74152451@gemini.denx.de> References: <4CC914D8.4070101@denx.de> <20101028083950.20A74152451@gemini.denx.de> Message-ID: <4CC94F39.7050302@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, Am 28.10.2010 10:39, schrieb Wolfgang Denk: > Dear Heiko Schocher, > > In message<4CC914D8.4070101@denx.de> you wrote: >> >> Hmm.. I think the question is, is CONFIG_SKIP_RELOCATE_UBOOT not >> obsolete? > > sorry for a stupid question - how are CONFIG_SKIP_RELOCATE_UBOOT and > CONFIG_SYS_ARM_WITHOUT_RELOC related to each other? > I've got confused by that too. Currently there are 3 defines in regard to relocation: CONFIG_SYS_ARM_WITHOUT_RELOC CONFIG_RELOC_FIXUP_WORKS CONFIG_SKIP_RELOCATE_UBOOT Regards, Alexander