From patchwork Fri May 15 07:18:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Era Tiwari X-Patchwork-Id: 245853 List-Id: U-Boot discussion From: era.tiwari at nxp.com (=?UTF-8?q?Era=20Tiwari=C2=A0?=) Date: Fri, 15 May 2020 12:48:39 +0530 Subject: [PATCH v2] configs: ls1088ardb: Add support for usb boot target Message-ID: <1589527119-7770-1-git-send-email-era.tiwari@nxp.com> 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 --- include/configs/ls1088ardb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 6a08e21..815449f 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -533,6 +533,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ + func(USB, usb, 0) \ func(SCSI, scsi, 0) \ func(DHCP, dhcp, na) #include