commit | 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Feb 18 08:09:37 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Fri Feb 22 12:35:53 2008 +0100 |
tree | ede0ae1097fac00db5cce980af853ecda3ec36fa | |
parent | 755c35f54ba7eb7687aa7935e04a02a01ef1b27b [diff] |
ppc: Allow boards to specify effective amount of memory 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 <galak@kernel.crashing.org>