From: Simon Glass Date: Sun, 1 May 2016 17:36:25 +0000 (-0600) Subject: dm: sandbox: Enable SCSI X-Git-Tag: v2016.07-rc1~203^2~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8c0a2509c6ec62a5c58a39c338cc1127bc83e1a;p=u-boot dm: sandbox: Enable SCSI Enable building the SCSI code for sandbox. This increases build coverage for sandbox. Signed-off-by: Simon Glass --- 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