Skip to content
Snippets Groups Projects
Commit e03f3169 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Drop support for CONFIG_SKIP_RELOCATE_UBOOT


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: default avatarWolfgang Denk <wd@denx.de>
Tested-by: default avatarHeiko Schocher <hs@denx.de>
Tested-by: default avatarReinhard Meyer <u-boot@emk-elektronik.de>
parent a9aa3926
No related merge requests found
Showing
with 8 additions and 54 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment