[U-Boot] [PATCH] config/sandbox: Add EFI and GPT support

4 Oct
2013
4 Oct
'13
7:44 p.m.
From: Egbert Eich eich@suse.com
Signed-off-by: Egbert Eich eich@suse.com --- include/configs/sandbox.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 4027030..b18cafb 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. */
--
1.8.1.4

8 Nov
8 Nov
11:26 p.m.
New subject: [U-Boot] config/sandbox: Add EFI and GPT support
On Fri, Oct 04, 2013 at 07:44:07PM +0200, egbert.eich@gmail.com wrote:
From: Egbert Eich eich@suse.com
Signed-off-by: Egbert Eich eich@suse.com
Applied to u-boot/master, thanks!
--
Tom
4200
Age (days ago)
4235
Last active (days ago)
1 comments
2 participants
participants (2)
-
Egbert Eich
-
Tom Rini