summaryrefslogtreecommitdiffstats
path: root/include/config_distro_defaults.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-04-11 16:16:21 +0200
committerTom Rini <trini@konsulko.com>2016-04-18 17:11:37 -0400
commit578ec3b1fb3f4e85d8243d442f66f308c94b791d (patch)
treeb9dbbb81a5100da383533f8114cd5220dd0845bc /include/config_distro_defaults.h
parentecbe1a07c507d37aeb5f0f9ce1c4cc20c70fec64 (diff)
downloadblackbird-obmc-uboot-578ec3b1fb3f4e85d8243d442f66f308c94b791d.tar.gz
blackbird-obmc-uboot-578ec3b1fb3f4e85d8243d442f66f308c94b791d.zip
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>
Diffstat (limited to 'include/config_distro_defaults.h')
-rw-r--r--include/config_distro_defaults.h1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud