diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 11:36:32 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | cd995a8aa0127128132bb50f485c53bfb9593312 (patch) | |
tree | ca3e16b5def9203b4faeab3040f30f54c962f614 /include | |
parent | 4560ee470f021cfc3f6be37890c1391731c26f38 (diff) | |
download | u-boot-cd995a8aa0127128132bb50f485c53bfb9593312.zip u-boot-cd995a8aa0127128132bb50f485c53bfb9593312.tar.gz u-boot-cd995a8aa0127128132bb50f485c53bfb9593312.tar.bz2 |
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')
-rw-r--r-- | include/configs/sandbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 7127611..c51d4cd 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 |