Dear Ben Gardiner,

In message <aanlkti=tcf1m7umqs6iqj47e7pxndjkex1bwu8rgy...@mail.gmail.com> you 
wrote:
>
> First, for the 'shared ram' region which is 1...@0x80000000 I tried:
> #define CONFIG_SYS_INIT_SP_ADDR (0x80000000 + 128*1024 -1)

The "-1" is probably a bad idea, as your stack will point to an odd
address then. Try and make this "-8" instead. Or "-16".

> Then for the 'ARM local RAM' which is 8...@0xffff0000 I tried:
> #define CONFIG_SYS_INIT_SP_ADDR (0xffff0000 + 8*1024 -1)

Again, try "-8" instead. Or "-16".


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: w...@denx.de
Sorry, but my karma just ran over your dogma.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to