From: Simon Glass Date: Sun, 1 May 2016 17:36:32 +0000 (-0600) Subject: dm: sandbox: Enable systemace X-Git-Tag: v2016.07-rc1~203^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd995a8aa0127128132bb50f485c53bfb9593312;p=oweals%2Fu-boot.git dm: sandbox: Enable systemace Enable building the systemace code for sandbox. This increases build coverage for sandbox. Signed-off-by: Simon Glass --- 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