From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 13 Oct 2010 08:40:30 +0200 Subject: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations In-Reply-To: <4CB54324.4030200@denx.de> References: <1286883087-362-1-git-send-email-hs@denx.de> <4CB478D4.3030702@free.fr> <4CB54324.4030200@denx.de> Message-ID: <4CB5545E.3070209@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 13/10/2010 07:27, Heiko Schocher a ?crit : >>> +#define CONFIG_RELOC_FIXUP_WORKS >> >> I believe this is now common to all ARMs, hence unneeded in config files. > > Hmm.. instead we should remove in arch/arm/include/asm/config.h > > 24 #if defined(CONFIG_SYS_ARM_WITHOUT_RELOC) > 25 /* Relocation to SDRAM works on all ARM boards */ > 26 #define CONFIG_RELOC_FIXUP_WORKS > 27 #endif > > this #if defined(CONFIG_SYS_ARM_WITHOUT_RELOC) ... #endif This is already done in my first patchset -- unless I did it wrong of course. Amicalement, -- Albert.