summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.com>2013-10-04 19:44:07 +0200
committerTom Rini <trini@ti.com>2013-11-08 15:25:13 -0500
commit5d62314c1d0be34e0f6cdb7705550098fe7275bd (patch)
treeb0799eb7add0079de10e01ef7fad59475d42105d
parentf9cd3d3a2b03b350229548fe4f1ef632e4c3007f (diff)
downloadu-boot-imx-5d62314c1d0be34e0f6cdb7705550098fe7275bd.zip
u-boot-imx-5d62314c1d0be34e0f6cdb7705550098fe7275bd.tar.gz
u-boot-imx-5d62314c1d0be34e0f6cdb7705550098fe7275bd.tar.bz2
config/sandbox: Add EFI and GPT support
Signed-off-by: Egbert Eich <eich@suse.com>
-rw-r--r--include/configs/sandbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 279abbc..bce4fcf 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.
*/