x86/efi: Support initrd loaded above 4G
authorYinghai Lu <yinghai@kernel.org>
Sat, 14 Jun 2014 19:23:41 +0000 (12:23 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 19 Jun 2014 10:14:34 +0000 (11:14 +0100)
For boot efi kernel directly without bootloader.
If the kernel support XLF_CAN_BE_LOADED_ABOVE_4G, we should
not limit initrd under hdr->initrd_add_max.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>

No differences found