]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
config/sandbox: Add EFI and GPT support
authorEgbert Eich <eich@suse.com>
Fri, 4 Oct 2013 17:44:07 +0000 (19:44 +0200)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 20:25:13 +0000 (15:25 -0500)
Signed-off-by: Egbert Eich <eich@suse.com>
include/configs/sandbox.h

index 279abbcae58deacea4ec83297f3614bd06ba572e..bce4fcf02ccca43a3889d413a80a63ab8575f269 100644 (file)
 #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.
  */