summaryrefslogtreecommitdiff
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 17:36:27 (GMT)
committerSimon Glass <sjg@chromium.org>2016-05-17 15:54:43 (GMT)
commit199a1201ab901413a80c64a9eee72f82977ba8d3 (patch)
tree8bcf829d0c2db635f2a6694077b1d0f3aaf98f5f /include/configs/sandbox.h
parentf5a14af9c42be077404dbbeaebbb629f7ddcbed6 (diff)
downloadu-boot-fsl-qoriq-199a1201ab901413a80c64a9eee72f82977ba8d3.tar.xz
dm: sandbox: Enable SATA
Enable building the SATA code for sandbox. This increases build coverage for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index affc9cc..7127611 100644
--- 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