summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:27 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commit199a1201ab901413a80c64a9eee72f82977ba8d3 (patch)
tree8bcf829d0c2db635f2a6694077b1d0f3aaf98f5f /include/configs/sandbox.h
parentf5a14af9c42be077404dbbeaebbb629f7ddcbed6 (diff)
downloadtalos-obmc-uboot-199a1201ab901413a80c64a9eee72f82977ba8d3.tar.gz
talos-obmc-uboot-199a1201ab901413a80c64a9eee72f82977ba8d3.zip
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 affc9cc390..71276119e4 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
OpenPOWER on IntegriCloud