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>
This commit is contained in:
parent
f5a14af9c4
commit
199a1201ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue