mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm926ejs, magnesium: add support for ELF relocations
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
0693923cd2
commit
4a8fd13af8
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
# with relocation TEXT_BASE can be anything, and making it 0
|
||||
# makes relative and absolute relocation fixups interchangeable.
|
||||
#TEXT_BASE = 0
|
||||
TEXT_BASE = 0xc0000000
|
||||
|
|
Loading…
Reference in a new issue