summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:32 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitcd995a8aa0127128132bb50f485c53bfb9593312 (patch)
treeca3e16b5def9203b4faeab3040f30f54c962f614 /include/configs/sandbox.h
parent4560ee470f021cfc3f6be37890c1391731c26f38 (diff)
downloadtalos-obmc-uboot-cd995a8aa0127128132bb50f485c53bfb9593312.tar.gz
talos-obmc-uboot-cd995a8aa0127128132bb50f485c53bfb9593312.zip
dm: sandbox: Enable systemace
Enable building the systemace code for sandbox. This increases build coverage for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 71276119e4..c51d4cd737 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -211,4 +211,8 @@
#define CONFIG_CMD_SATA
#define CONFIG_SYS_SATA_MAX_DEVICE 2
+#define CONFIG_SYSTEMACE
+#define CONFIG_SYS_SYSTEMACE_WIDTH 16
+#define CONFIG_SYS_SYSTEMACE_BASE 0
+
#endif
OpenPOWER on IntegriCloud