Dear Albert Aribaud,

In message <[email protected]> you wrote:
> This makes the first 63 megabytes of RAM free to use
> for loading images and booting kernels however big they are.
> 
> Signed-off-by: Albert Aribaud <[email protected]>
> ---
>  board/LaCie/edminiv2/config.mk |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/board/LaCie/edminiv2/config.mk b/board/LaCie/edminiv2/config.mk
> index 3dec1aa..a972736 100644
> --- a/board/LaCie/edminiv2/config.mk
> +++ b/board/LaCie/edminiv2/config.mk
> @@ -24,4 +24,6 @@
>  # MA 02110-1301 USA
>  #
>  
> -TEXT_BASE = 0x00100000
> +# Leave lower 63 MB of RAM available for linux images and kernel
> +
> +TEXT_BASE = 0x03f00000

You are wasting your time.  You should rather rebase your work on top
of Heiko's relocation patches.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected]
Just because your doctor has a name for your condition  doesn't  mean
he knows what it is.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to