[U-Boot] [RFC/RESEND 20/22] thunderx_81xx: add AHCI support

Tim Harvey tharvey at gateworks.com
Mon Mar 4 17:34:35 UTC 2019


Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 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 <config_distro_bootcmd.h>
 
-- 
2.17.1



More information about the U-Boot mailing list