From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 15 Sep 2010 23:06:51 +0200 Subject: [U-Boot] [PATCH 12/26] ARM: add relocation support In-Reply-To: <4C62E8E7.2000407@denx.de> References: <4C62E8E7.2000407@denx.de> Message-ID: <4C91356B.5060701@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 11/08/2010 20:16, Heiko Schocher a ?crit : > diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c > index 54519b0..88c6427 100644 > --- a/arch/arm/lib/board.c > +++ b/arch/arm/lib/board.c > +init_fnc_t *init_sequence[] = { Tested this code tonight, and I noticed that if the image is run from another location than the one it was linked for, then access to init_sequence is not made at the right location. To get correct access regardless of the image location, init_sequence has to be defined const. I suspect that the same applies to all globals used by any function called during board_init_f execution. Amicalement, -- Albert.