mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
dm: sandbox: Enable all partition types
It is useful to have sandbox build as much code as possible to avoid having to build every board to detect build errors. Also we may add tests for some more partition types at some point. Enable all partition types in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
95a6f9dfcb
commit
14142811f4
1 changed files with 4 additions and 1 deletions
|
@ -53,8 +53,11 @@
|
|||
|
||||
#define CONFIG_CMD_GPT
|
||||
#define CONFIG_PARTITION_UUIDS
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_AMIGA_PARTITION
|
||||
#define CONFIG_DOS_PARTITION
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_ISO_PARTITION
|
||||
#define CONFIG_MAC_PARTITION
|
||||
|
||||
/*
|
||||
* Size of malloc() pool, before and after relocation
|
||||
|
|
Loading…
Add table
Reference in a new issue