u-boot-brain/arch/powerpc
Norbert van Bolhuis 3882d7a5a5 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>
2010-05-05 23:55:02 +02:00
..
cpu Remove unused "local_crc32" function. 2010-05-03 14:52:48 -07:00
include/asm Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx 2010-04-27 23:02:12 +02:00
lib ppc: unused memory region too close to current stack pointer 2010-05-05 23:55:02 +02:00
config.mk Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00