mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
e03f316974
For ARM systems, before ELF relocation was introduced, CONFIG_SKIP_RELOCATE_UBOOT coul be used to prevent *COPYING* the U-Boot image from whereever it was loaded to it's link address (CONFIG_SYS_TEXT_BASE). The name was badly chosen, as no relocation was performed at all, it was just a memcpy(). With ELF relocation, this does not work like that any more, and related boards need to be fixed anyway. So don't keep this relict any longer. Signed-off-by: Wolfgang Denk <wd@denx.de> Tested-by: Heiko Schocher <hs@denx.de> Tested-by: Reinhard Meyer <u-boot@emk-elektronik.de> |
||
---|---|---|
.. | ||
at91 | ||
davinci | ||
kirkwood | ||
mb86r0x | ||
mx25 | ||
mx27 | ||
nomadik | ||
omap | ||
orion5x | ||
spear | ||
versatile | ||
config.mk | ||
cpu.c | ||
Makefile | ||
start.S | ||
u-boot.lds |