diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 11:36:27 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | 199a1201ab901413a80c64a9eee72f82977ba8d3 (patch) | |
tree | 8bcf829d0c2db635f2a6694077b1d0f3aaf98f5f | |
parent | f5a14af9c42be077404dbbeaebbb629f7ddcbed6 (diff) |
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>
-rw-r--r-- | include/configs/sandbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index affc9cc390c..71276119e40 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 |