[U-Boot] Most ARM CPU's have buggy clear_bss?
Reinhard Meyer
u-boot at emk-elektronik.de
Thu Oct 28 13:55:46 CEST 2010
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
More information about the U-Boot
mailing list