commit | 8177042b410adbb11dec1c476b2a896249db2e2f | [log] [tgz] |
---|---|---|
author | Egbert Eich <eich@suse.com> | Fri Oct 04 19:44:07 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 15:25:13 2013 -0500 |
tree | b0799eb7add0079de10e01ef7fad59475d42105d | |
parent | f6e664be7255812554bacf90251db2f4c9b2e2ff [diff] |
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 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. */