mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
efi: libstub: Always enable initrd command line loader and bump version
In preparation for setting a cross-architecture baseline for EFI boot support, remove the Kconfig option that permits the command line initrd loader to be disabled. Also, bump the minor version so that any image built with the new version can be identified as supporting this. Acked-by: Leif Lindholm <quic_llindhol@quicinc.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
* handover_offset and xloadflags fields in the bootparams structure.
|
||||
*/
|
||||
#define LINUX_EFISTUB_MAJOR_VERSION 0x1
|
||||
#define LINUX_EFISTUB_MINOR_VERSION 0x0
|
||||
#define LINUX_EFISTUB_MINOR_VERSION 0x1
|
||||
|
||||
#define MZ_MAGIC 0x5a4d /* "MZ" */
|
||||
|
||||
|
Reference in New Issue
Block a user