From: Heiko Schocher Date: Mon, 11 Oct 2010 12:08:13 +0000 (+0200) Subject: arm926ejs, magnesium: add support for ELF relocations X-Git-Tag: v2010.12-rc1~72^2~26^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a8fd13af82b7b37099fea3d12ea52e5bcc151a5;p=oweals%2Fu-boot.git arm926ejs, magnesium: add support for ELF relocations Signed-off-by: Heiko Schocher --- diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk index 2f9c4e629c..af1c82b6c2 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