From 4a8fd13af82b7b37099fea3d12ea52e5bcc151a5 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 11 Oct 2010 14:08:13 +0200 Subject: [PATCH] arm926ejs, magnesium: add support for ELF relocations Signed-off-by: Heiko Schocher --- board/logicpd/imx27lite/config.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4