mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
config/sandbox: Add EFI and GPT support
Signed-off-by: Egbert Eich <eich@suse.com>
This commit is contained in:
parent
f9cd3d3a2b
commit
5d62314c1d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue