summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-29 15:25:46 -0700
committerSimon Glass <sjg@chromium.org>2016-03-14 15:34:50 -0600
commit14142811f4c2d4da28e86ccb2375487f8dff02cb (patch)
tree502e1e805a1b48252123b5a73044f8e1cc3a6318
parent95a6f9dfcbeb612564a014ccb135ae4e1e4fc942 (diff)
downloadblackbird-obmc-uboot-14142811f4c2d4da28e86ccb2375487f8dff02cb.tar.gz
blackbird-obmc-uboot-14142811f4c2d4da28e86ccb2375487f8dff02cb.zip
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>
-rw-r--r--include/configs/sandbox.h5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud