* include/grub/arm/uboot/kernel.h (GRUB_KERNEL_MACHINE_HEAP_SIZE):

Increase to 16 MiB to allow loading the whole memdisk.
This commit is contained in:
Vladimir Serbinenko 2013-12-22 00:32:55 +01:00
parent 0d8b81f89a
commit eeb8499721
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/arm/uboot/kernel.h (GRUB_KERNEL_MACHINE_HEAP_SIZE):
Increase to 16 MiB to allow loading the whole memdisk.
2013-12-22 Vladimir Serbinenko <phcoder@gmail.com>
Fix ARM Linux Loader on non-FDT platforms.