From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Balakowicz Date: Fri, 29 Feb 2008 15:36:23 +0100 Subject: [U-Boot-Users] [PATCH 5/9] [new uImage] ppc: Allow boards to specify effective amount of memory In-Reply-To: <1203480231-30185-6-git-send-email-galak@kernel.crashing.org> References: <1203480231-30185-1-git-send-email-galak@kernel.crashing.org> <1203480231-30185-2-git-send-email-galak@kernel.crashing.org> <1203480231-30185-3-git-send-email-galak@kernel.crashing.org> <1203480231-30185-4-git-send-email-galak@kernel.crashing.org> <1203480231-30185-5-git-send-email-galak@kernel.crashing.org> <1203480231-30185-6-git-send-email-galak@kernel.crashing.org> Message-ID: <47C81867.8050705@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > 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 Acked-by: Marian Balakowicz m.