commit | 58cce9ed2ecb8ef876bd12ca0c61457ace4da197 | [log] [tgz] |
---|---|---|
author | Norbert van Bolhuis <nvbolhuis@aimvalley.nl> | Fri Mar 19 15:34:25 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed May 05 23:55:02 2010 +0200 |
tree | 6b75e053e162e4728c3395158014342c80f72e35 | |
parent | 53258da18ef1a1fbd02c79477495607f60d141c8 [diff] |
ppc: unused memory region too close to current stack pointer This avoids a possible overwrite of the (end of) ramdisk by u-boot. The unused memory region for ppc boot currently starts 1k below the do_bootm->bootm_start->arch_lmb_reserve stack ptr. This isn't enough since do_bootm->do_bootm_linux->boot_relocate_fdt calls printf which may very well use more than 1k stack space. Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>