Skip to content

Commit ff2cdd3

Browse files
committed
ayufan: rockchip: allow to boot scsi4, as JMS585 can have 5 drives
1 parent db96b24 commit ff2cdd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/configs/rockchip-common.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
func(SCSI, scsi, 0) \
5151
func(SCSI, scsi, 1) \
5252
func(SCSI, scsi, 2) \
53-
func(SCSI, scsi, 3)
53+
func(SCSI, scsi, 3) \
54+
func(SCSI, scsi, 4)
5455
#else
5556
#define BOOT_TARGET_SCSI(func)
5657
#endif

0 commit comments

Comments
 (0)