From: Simon Glass Date: Mon, 29 Feb 2016 22:25:46 +0000 (-0700) Subject: dm: sandbox: Enable all partition types X-Git-Tag: v2016.05-rc1~420^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=14142811f4c2d4da28e86ccb2375487f8dff02cb;p=u-boot 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 Reviewed-by: Tom Rini Reviewed-by: Bin Meng Tested-by: Stephen Warren --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 4bffd8d3d3..786bb112c3 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -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