[U-Boot] [PATCH] config/sandbox: Add EFI and GPT support

Egbert Eich egbert.eich at gmail.com
Fri Oct 4 19:44:07 CEST 2013


From: Egbert Eich <eich at suse.com>

Signed-off-by: Egbert Eich <eich at suse.com>
---
 include/configs/sandbox.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 4027030..b18cafb 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -44,6 +44,10 @@
 #define CONFIG_SANDBOX_GPIO
 #define CONFIG_SANDBOX_GPIO_COUNT	20
 
+#define CONFIG_CMD_GPT
+#define CONFIG_PARTITION_UUIDS
+#define CONFIG_EFI_PARTITION
+
 /*
  * Size of malloc() pool, although we don't actually use this yet.
  */
-- 
1.8.1.4



More information about the U-Boot mailing list