]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Allow boards to specify effective amount of memory
authorKumar Gala <galak@kernel.crashing.org>
Mon, 18 Feb 2008 14:09:37 +0000 (08:09 -0600)
committerWolfgang Denk <wd@denx.de>
Fri, 22 Feb 2008 11:35:53 +0000 (12:35 +0100)
commit81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
treeede0ae1097fac00db5cce980af853ecda3ec36fa
parent755c35f54ba7eb7687aa7935e04a02a01ef1b27b
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>
lib_ppc/board.c