From: Era Tiwari Date: Fri, 15 May 2020 07:18:39 +0000 (+0530) Subject: configs: ls1088ardb: Add support for usb boot target X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e08bcc0e948de2a1ea73b9c58d642d08b1488ce0;p=u-boot.git configs: ls1088ardb: Add support for usb boot target LS1088A-RDB has MMC, SCSI, DHCP as boot targets, but the USB support was missing. Add support for USB as Boot_targets_devices. Signed-off-by: Era Tiwari Signed-off-by: Pramod Kumar [Rebased] Signed-off-by: Priyanka Jain --- diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 16e0486d40..28a458772d 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -524,6 +524,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ + func(USB, usb, 0) \ func(SCSI, scsi, 0) \ func(DHCP, dhcp, na) #include