projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4560ee4
)
dm: sandbox: Enable systemace
author
Simon Glass
<sjg@chromium.org>
Sun, 1 May 2016 17:36:32 +0000
(11:36 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 71276119e40925b3264709c623c52146f1ff19a4..c51d4cd737b6540dd1c6172ad045a1415f84040f 100644
(file)
--- 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