arm64: set correct length of device path end entry
authorLeif Lindholm <leif.lindholm@linaro.org>
Tue, 7 Jan 2014 17:52:50 +0000 (17:52 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Tue, 7 Jan 2014 17:52:50 +0000 (17:52 +0000)
commit4d21c1019904598a991e847eef049c65f9c49bd9
treed24c61e6cb868a4f6f19e53fc12c7e0e01242c20
parente7cfa8d5e1c6d54d40731065e535889b2e8bc9a2
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).
ChangeLog
grub-core/loader/arm64/linux.c