[U-Boot] [PATCH 44/44] dm: sandbox: Enable systemace

Simon Glass sjg at chromium.org
Sun Apr 10 04:45:36 CEST 2016


Enable building the systemace code for sandbox. This increases build
coverage for sandbox.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/sandbox.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 8c497bb..f0f7cd4 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -229,4 +229,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
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list