Skip to content

Commit

Permalink
ayufan: rockchip: allow to boot scsi4, as JMS585 can have 5 drives
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 15, 2020
1 parent db96b24 commit ff2cdd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/configs/rockchip-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
func(SCSI, scsi, 0) \
func(SCSI, scsi, 1) \
func(SCSI, scsi, 2) \
func(SCSI, scsi, 3)
func(SCSI, scsi, 3) \
func(SCSI, scsi, 4)
#else
#define BOOT_TARGET_SCSI(func)
#endif
Expand Down

0 comments on commit ff2cdd3

Please sign in to comment.