Re: [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

2011-08-24 Thread Wolfgang Denk
Dear Christopher Harvey, In message <20110824183457.gb3...@harvey-pc.matrox.com> you wrote: > > > > +- 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

Re: [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

2011-08-24 Thread Christopher Harvey
On Thu, Aug 04, 2011 at 08:20:33AM +0200, Albert ARIBAUD wrote: > 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 cha

Re: [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

2011-08-03 Thread Albert ARIBAUD
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 2da0f

[U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

2011-07-07 Thread Christopher Harvey
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 Set