From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie Cai Date: Sat, 1 Apr 2017 14:49:54 +0800 Subject: [U-Boot] rockchip: Add USB to the default boot targets Message-ID: <20170401064954.12008-1-eddie.cai.linux@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Now that most rockchip SoC based board have usb host support, enable USB boot targets by default. Signed-off-by: Eddie Cai --- include/configs/rockchip-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index fd930c1..41967dd 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -15,6 +15,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ + func(USB, usb, 0) \ func(PXE, pxe, na) \ func(DHCP, dchp, na) -- 2.10.2