Skip to content
Snippets Groups Projects
Commit 3882d7a5 authored by Norbert van Bolhuis's avatar Norbert van Bolhuis Committed by Wolfgang Denk
Browse files

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: default avatarNorbert van Bolhuis <nvbolhuis@aimvalley.nl>
parent 4b42c905
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment