commit | 4a8fd13af82b7b37099fea3d12ea52e5bcc151a5 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Mon Oct 11 14:08:13 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 13 10:11:32 2010 +0200 |
tree | 10f6c68cd9c214b9123741b16405973becccee14 | |
parent | 0693923cd240f5d401be0a53cddcf0fb1d9ad9d3 [diff] |
arm926ejs, magnesium: add support for ELF relocations Signed-off-by: Heiko Schocher <hs@denx.de>
diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk index 2f9c4e6..af1c82b 100644 --- a/board/logicpd/imx27lite/config.mk +++ b/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