[U-Boot] [PATCH 39/44] dm: sandbox: Enable SATA
Simon Glass
sjg at chromium.org
Sun Apr 10 04:45:31 CEST 2016
Enable building the SATA code for sandbox. This increases build coverage
for sandbox.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/sandbox.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 6d8ce13..8c497bb 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -226,4 +226,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
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list