dm: sandbox: Enable systemace
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:36:32 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
Enable building the systemace code for sandbox. This increases build
coverage for sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h

index 7127611..c51d4cd 100644 (file)
 #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