1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

* Add support for USB Mass Storage Devices (BBB)

(tested with USB memory sticks only)

* Avoid flicker on TRAB's VFD
This commit is contained in:
wdenk
2003-09-10 18:20:28 +00:00
parent 7152b1d0b3
commit 149dded2b1
35 changed files with 2532 additions and 57 deletions

View File

@@ -35,7 +35,9 @@
#include <ide.h>
#include "part_dos.h"
#if ((CONFIG_COMMANDS & CFG_CMD_IDE) || (CONFIG_COMMANDS & CFG_CMD_SCSI)) && defined(CONFIG_DOS_PARTITION)
#if ((CONFIG_COMMANDS & CFG_CMD_IDE) || \
(CONFIG_COMMANDS & CFG_CMD_SCSI) || \
(CONFIG_COMMANDS & CFG_CMD_USB) ) && defined(CONFIG_DOS_PARTITION)
/* Convert char[4] in little endian format to the host format integer
*/