]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] ppc: Allow boards to specify effective amount of memory
authorKumar Gala <galak@kernel.crashing.org>
Wed, 20 Feb 2008 04:03:47 +0000 (22:03 -0600)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 12:15:24 +0000 (13:15 +0100)
commit4648c2e7a173b0d7f17bef4adaa0623090c9e904
tree5b1e121418fc6271aee3464b9c783ff9c4deb17d
parent274cea2bddbca10cdad7daa518951b75c44ef6bc
[new uImage] 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>
Acked-by: Marian Balakowicz <m8@semihalf.com>
lib_ppc/board.c