From ff2cdd38c0312b615affa5a59ad9863a437b863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Wed, 15 Apr 2020 19:13:47 +0200 Subject: [PATCH] ayufan: rockchip: allow to boot scsi4, as JMS585 can have 5 drives --- include/configs/rockchip-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 7f9537a50e7d..b49399ffa17d 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -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