mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
- usb_mass_storage, xhci-brcm bugfixes
This commit is contained in:
commit
77680d8f85
2 changed files with 3 additions and 2 deletions
|
@ -74,7 +74,7 @@ static int ums_init(const char *devtype, const char *devnums_part_str)
|
|||
if (!devnum_part_str)
|
||||
break;
|
||||
|
||||
partnum = blk_get_device_part_str(devtype, devnum_part_str,
|
||||
partnum = part_get_info_by_dev_and_name_or_num(devtype, devnum_part_str,
|
||||
&block_dev, &info, 1);
|
||||
|
||||
if (partnum < 0)
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <fdtdec.h>
|
||||
#include <usb.h>
|
||||
#include <asm/io.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <usb/xhci.h>
|
||||
|
||||
#define DRD2U3H_XHC_REGS_AXIWRA 0xC08
|
||||
|
|
Loading…
Add table
Reference in a new issue