From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 22 Sep 2010 11:38:36 +0200 Subject: [U-Boot] [PATCH 2/2] [NEXT] edminiv2: enable relocation In-Reply-To: <4C99C8D7.30607@mvista.com> References: <1285097735-813-1-git-send-email-albert.aribaud@free.fr> <1285097735-813-2-git-send-email-albert.aribaud@free.fr> <4C99C8D7.30607@mvista.com> Message-ID: <4C99CE9C.20409@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 22/09/2010 11:13, Sergei Shtylyov a ?crit : > Hello. > > On 21-09-2010 23:35, Albert Aribaud wrote: > >> Signed-off-by: Albert Aribaud > [...] >> diff --git a/board/LaCie/edminiv2/config.mk >> b/board/LaCie/edminiv2/config.mk >> index 3dec1aa..b4845ad 100644 >> --- a/board/LaCie/edminiv2/config.mk >> +++ b/board/LaCie/edminiv2/config.mk >> @@ -24,4 +24,6 @@ >> # MA 02110-1301 USA >> # >> >> -TEXT_BASE = 0x00100000 >> +# with relocation TEXT_BASE now *must* be in FLASH >> + > > Don't think this empty line is needed... So be it :) -- I'll remove it. >> +TEXT_BASE = 0xfff90000 >> diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h >> index ccfc660..a61e225 100644 >> --- a/include/configs/edminiv2.h >> +++ b/include/configs/edminiv2.h >> @@ -223,4 +223,10 @@ >> #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 >> #define CONFIG_SYS_MAXARGS 16 >> >> +/* additions for new relocation code, must added to all boards */ > > Maybe "must be added"? Thanks, I'll fix that in V2, and as this is copied from Heiko's patches, I've forwarded this correction request to his series as well. Amicalement, -- Albert.