arm64: set correct length of device path end entry
The length of the Device Path End entry in the grub_linux_boot() function was incorrectly set to 0. This triggers an assert failure in debug builds of Tianocore. Set it to sizeof (grub_efi_device_path_t).
This commit is contained in:
parent
e7cfa8d5e1
commit
4d21c10199
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-07 Leif Lindholm <leif.lindholm@linaro.org>
|
||||
|
||||
* grub-core/loader/arm64/linux.c: correctly set device path end length.
|
||||
|
||||
2014-01-07 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* util/grub-install.c: Use bootaa64.efi instead of bootaarch64.efi on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue