The LS2080 chips have USB available, so we can easily add USB boot
support to the distro boot order.

Signed-off-by: Alexander Graf <ag...@suse.de>
---
 include/configs/ls2080ardb.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 045cee6..79b15f2 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -322,6 +322,7 @@ unsigned long get_board_sys_clk(void);
 #include <config_distro_defaults.h>
 
 #define BOOT_TARGET_DEVICES(func) \
+       func(USB, usb, 0) \
        func(MMC, mmc, 0) \
        func(SCSI, scsi, 0) \
        func(DHCP, dhcp, na)
-- 
1.8.5.6

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to