commit | cb367e19629902ffcc352b6b58481efb70a43bd9 | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurphy@ti.com> | Thu Jan 16 11:23:30 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Fri Jan 24 16:59:22 2014 -0500 |
tree | 17c1cec019810ffc5dcb4a59ab0522cec4c5fdf5 | |
parent | b7b5b0c395f26935a00580b3cbdee2ba6bb13baa [diff] |
spl: common: Support for USB MSD FAT image loading 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>