commit | 96fd986e659af6ba17cc3580d8cff65844c3c5e9 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jul 28 10:50:32 2009 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Jul 30 07:22:18 2009 +0200 |
tree | e35e552ae3b811770db9629c48b3e97bd4e0a258 | |
parent | cb87c8ed6305b15a773cc737d73b2f7ff5be7fed [diff] |
ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels 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. This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable decompression of bigger images. Signed-off-by: Stefan Roese <sr@denx.de>