summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
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 /include/configs/sandbox.h
parentf9cd3d3a2b03b350229548fe4f1ef632e4c3007f (diff)
downloadtalos-obmc-uboot-5d62314c1d0be34e0f6cdb7705550098fe7275bd.tar.gz
talos-obmc-uboot-5d62314c1d0be34e0f6cdb7705550098fe7275bd.zip
config/sandbox: Add EFI and GPT support
Signed-off-by: Egbert Eich <eich@suse.com>
Diffstat (limited to 'include/configs/sandbox.h')
-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 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.
*/
OpenPOWER on IntegriCloud