]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Allow boards to specify how much memory they can map
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Feb 2008 21:16:18 +0000 (15:16 -0600)
committerWolfgang Denk <wd@denx.de>
Tue, 25 Mar 2008 21:26:11 +0000 (22:26 +0100)
commit9c666a7db0b2285a270c68810889ce7d5dba304b
treecb13edb9f391a9197f0059128dae7eaccca2ef55
parenta6f5f317cd074bbbfa2aab4fca05904c811c19fb
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>
lib_ppc/board.c