summaryrefslogtreecommitdiff
path: root/common/spl/spl_usb.c
Commit message (Collapse)AuthorAgeLines
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-24-0/+58
Add SPL support to be able to detect a USB Mass Storage device connected to a USB host. Once a USB Mass storage device is detected the SPL will load the u-boot.img from a FAT partition to target address. Signed-off-by: Dan Murphy <dmurphy@ti.com>