On 02.05.2013 19:34, Leif Lindholm wrote:
> Again, patch is against http://bzr.savannah.gnu.org/r/grub/branches/arm
>
> - Increases heap size to 8MB.
> - Moves heap from after the stack in memory to before the stack,
> in order to be able to grow into the modules region post load.
>
Why not
Again, patch is against http://bzr.savannah.gnu.org/r/grub/branches/arm
- Increases heap size to 8MB.
- Moves heap from after the stack in memory to before the stack,
in order to be able to grow into the modules region post load.
=== modified file 'grub-core/kern/arm/uboot/startup.S'
--- grub-c