mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
distro: Enable iso partition code
Now that we can properly boot EFI payloads from iso el torito images, let's enable support for isos by default in the distro header. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
ecbe1a07c5
commit
578ec3b1fb
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
#define CONFIG_MENU
|
||||
#define CONFIG_DOS_PARTITION
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_ISO_PARTITION
|
||||
#define CONFIG_SUPPORT_RAW_INITRD
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
|
||||
|
|
Loading…
Reference in a new issue