projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a14af
)
dm: sandbox: Enable SATA
author
Simon Glass
<sjg@chromium.org>
Sun, 1 May 2016 17:36:27 +0000
(11:36 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000
(09:54 -0600)
Enable building the SATA 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 affc9cc390cc498b405b096aac8c6bc0cba3048f..71276119e40925b3264709c623c52146f1ff19a4 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-208,4
+208,7
@@
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 8
#define CONFIG_SYS_SCSI_MAX_LUN 4
+#define CONFIG_CMD_SATA
+#define CONFIG_SYS_SATA_MAX_DEVICE 2
+
#endif