From: Egbert Eich <eich@suse.com>
Date: Fri, 4 Oct 2013 17:44:07 +0000 (+0200)
Subject: config/sandbox: Add EFI and GPT support
X-Git-Tag: v2025.01-rc5-pxa1908~15674
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=5d62314c1d0be34e0f6cdb7705550098fe7275bd;p=u-boot.git

config/sandbox: Add EFI and GPT support

Signed-off-by: Egbert Eich <eich@suse.com>
---

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 279abbcae5..bce4fcf02c 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.
  */