mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue