Browse Source

arm926ejs, magnesium: add support for ELF relocations

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher 14 years ago
parent
commit
4a8fd13af8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      board/logicpd/imx27lite/config.mk

+ 3 - 0
board/logicpd/imx27lite/config.mk

@@ -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
 TEXT_BASE = 0xc0000000