diff options
| author | Egbert Eich <[email protected]> | 2013-10-04 19:44:07 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-11-08 15:25:13 -0500 |
| commit | 5d62314c1d0be34e0f6cdb7705550098fe7275bd (patch) | |
| tree | b0799eb7add0079de10e01ef7fad59475d42105d /include | |
| parent | f9cd3d3a2b03b350229548fe4f1ef632e4c3007f (diff) | |
config/sandbox: Add EFI and GPT support
Signed-off-by: Egbert Eich <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sandbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 279abbcae58..bce4fcf02cc 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. */ |
