Skip to content

Commit

Permalink
mx6cuboxi: add missing define for CONFIG_SCSI_AHCI
Browse files Browse the repository at this point in the history
CONFIG_SCSI_AHCI (required for sata boot) requires
CONFIG_SYS_SCSI_MAX_SCSI_ID defined.
Set it to 1 same as CONFIG_SYS_SATA_MAX_DEVICE.

Signed-off-by: Josua Mayer <[email protected]>
  • Loading branch information
Josua-SR committed Sep 4, 2023
1 parent a19f2f1 commit b7569bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/configs/mx6cuboxi.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
#define CONFIG_LBA48
#endif
#ifdef CONFIG_SCSI_AHCI
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1
#endif

/* Ethernet Configuration */
#define CONFIG_FEC_MXC
Expand Down

0 comments on commit b7569bf

Please sign in to comment.