commit | 199a1201ab901413a80c64a9eee72f82977ba8d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:27 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
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>
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