diff mbox

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

Message ID 1462124192-8748-45-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass May 1, 2016, 5:36 p.m. UTC
Enable building the systemace code for sandbox. This increases build
coverage for sandbox.

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

Changes in v2: None

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

Comments

Simon Glass May 14, 2016, 7:37 p.m. UTC | #1
On 1 May 2016 at 11:36, Simon Glass <sjg@chromium.org> wrote:
> Enable building the systemace code for sandbox. This increases build
> coverage for sandbox.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
>  include/configs/sandbox.h | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to u-boot-dm.
diff mbox

Patch

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