From: Alexander Graf Date: Mon, 11 Apr 2016 14:16:21 +0000 (+0200) Subject: distro: Enable iso partition code X-Git-Tag: v2016.05-rc2~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=578ec3b1fb3f4e85d8243d442f66f308c94b791d;p=oweals%2Fu-boot.git 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 --- diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 2ba7cf4616..076be4d942 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h @@ -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