Re: [U-Boot] [PATCH] ppc: unused memory region too close to current stack pointer

2010-05-05 Thread Wolfgang Denk
Dear Norbert van Bolhuis, In message <201003191434.o2jeyprf024...@linpc062.aimsys.nl> you wrote: > > 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

[U-Boot] [PATCH] ppc: unused memory region too close to current stack pointer

2010-03-19 Thread Norbert van Bolhuis
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 t