summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:25 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commite8c0a2509c6ec62a5c58a39c338cc1127bc83e1a (patch)
treedf647a053c49ff60872ff85f3067bbc6fab7aa35 /include/configs/sandbox.h
parent535556b2aa64966970ff75a8307549506a1a168a (diff)
downloadtalos-obmc-uboot-e8c0a2509c6ec62a5c58a39c338cc1127bc83e1a.tar.gz
talos-obmc-uboot-e8c0a2509c6ec62a5c58a39c338cc1127bc83e1a.zip
dm: sandbox: Enable SCSI
Enable building the SCSI 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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index a2926fd733..affc9cc390 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -202,4 +202,10 @@
#define CONFIG_SYS_ATA_ALT_OFFSET 2
#define CONFIG_SYS_ATA_STRIDE 4
+#define CONFIG_SCSI
+#define CONFIG_SCSI_AHCI_PLAT
+#define CONFIG_SYS_SCSI_MAX_DEVICE 2
+#define CONFIG_SYS_SCSI_MAX_SCSI_ID 8
+#define CONFIG_SYS_SCSI_MAX_LUN 4
+
#endif
OpenPOWER on IntegriCloud