From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 04 Aug 2011 08:20:33 +0200 Subject: [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE. In-Reply-To: <20110707142627.GB5438@harvey-pc.matrox.com> References: <20110707142144.GA5438@harvey-pc.matrox.com> <20110707142627.GB5438@harvey-pc.matrox.com> Message-ID: <4E3A3A31.5050908@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Christopher, Le 07/07/2011 16:26, Christopher Harvey a ?crit : > Signed-off-by: Christopher Harvey > --- > V2: > Make it clear that this is the start address of u-boot. > > README | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/README b/README > index 2da0f96..8345746 100644 > --- a/README > +++ b/README > @@ -2366,6 +2366,12 @@ Configuration Settings: > - CONFIG_SYS_SDRAM_BASE: > Physical start address of SDRAM. _Must_ be 0 here. > > +- CONFIG_SYS_TEXT_BASE: > + Is the start address of the u-boot code. > + This value can be in ROM space since u-boot can startup from > + within ROM. This value has nothing to do with the relocation > + destination in RAM. > + > - CONFIG_SYS_MBIO_BASE: > Physical start address of Motherboard I/O (if using a > Cogent motherboard) Applied to u-boot-arm/master (with 3 trailing whitespaces fixed), thanks! Amicalement, -- Albert.