Re: [U-Boot-Users] [PATCH] ppc: Allow boards to specify effective amount of memory

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > For historical reasons we limited the stack to 256M because some boards > could only map that much via BATS. However newer boards are capable of > mapping more memory (for example 85xx is capable of doing up to 2G). > > Signed-off-by: Kumar Gala <[EMAIL

[U-Boot-Users] [PATCH] ppc: Allow boards to specify effective amount of memory

2008-02-18 Thread Kumar Gala
For historical reasons we limited the stack to 256M because some boards could only map that much via BATS. However newer boards are capable of mapping more memory (for example 85xx is capable of doing up to 2G). Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- This patch superseded my previous