[U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config
Gabe Black
gabeblack at chromium.org
Tue Nov 29 07:57:08 CET 2011
This allows u-boot to figure out the partitions of a chrome-os install.
Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
include/configs/coreboot.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 348a25b..e98201d 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -89,6 +89,7 @@
/************************************************************
* DISK Partition support
************************************************************/
+#define CONFIG_EFI_PARTITION
#define CONFIG_DOS_PARTITION
#define CONFIG_MAC_PARTITION
#define CONFIG_ISO_PARTITION /* Experimental */
--
1.7.3.1
More information about the U-Boot
mailing list