commit | 9c666a7db0b2285a270c68810889ce7d5dba304b | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Feb 15 15:16:18 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Mar 25 22:26:11 2008 +0100 |
tree | cb13edb9f391a9197f0059128dae7eaccca2ef55 | |
parent | a6f5f317cd074bbbfa2aab4fca05904c811c19fb [diff] |
ppc: Allow boards to specify how much memory they can map 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 capble of doing up to 2G). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>