[U-Boot] [PATCH] ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB to enable booting of big kernels

2009-07-29 Thread Stefan Roese
This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the initial TLB on 40x PPC's in the Linux kernel. With this change even bigger Linux kernels ( 8MB) can be booted. Signed-off-by: Stefan Roese s...@denx.de --- include/configs/amcc-common.h |6 +++--- 1 files changed, 3

Re: [U-Boot] [PATCH] ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB to enable booting of big kernels

2009-07-29 Thread Peter Tyser
Hi Stefan, On Wed, 2009-07-29 at 16:25 +0200, Stefan Roese wrote: This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the initial TLB on 40x PPC's in the Linux kernel. With this change even bigger Linux kernels ( 8MB) can be booted. Might be nice to increase CONFIG_SYS_BOOTM_LEN

Re: [U-Boot] [PATCH] ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB to enable booting of big kernels

2009-07-29 Thread Stefan Roese
Hi Peter, On Wednesday 29 July 2009 16:36:17 Peter Tyser wrote: This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the initial TLB on 40x PPC's in the Linux kernel. With this change even bigger Linux kernels ( 8MB) can be booted. Might be nice to increase