From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Fri, 22 Feb 2019 10:03:17 -0800 Subject: [U-Boot] [RFC 20/22] thunderx_81xx: add AHCI support In-Reply-To: <20190222180319.32221-1-tharvey@gateworks.com> References: <20190222180319.32221-1-tharvey@gateworks.com> Message-ID: <20190222180319.32221-21-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Tim Harvey --- include/configs/thunderx_81xx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/thunderx_81xx.h b/include/configs/thunderx_81xx.h index dbca775699..c32aa7844c 100644 --- a/include/configs/thunderx_81xx.h +++ b/include/configs/thunderx_81xx.h @@ -56,7 +56,8 @@ BOOTENV #define BOOT_TARGET_DEVICES(func) \ - func(USB, usb, 0) + func(USB, usb, 0) \ + func(SCSI, scsi, 0) #include -- 2.17.1