- usb_mass_storage, xhci-brcm bugfixes
This commit is contained in:
commit
77680d8f85
@ -74,8 +74,8 @@ 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,
|
||||
&block_dev, &info, 1);
|
||||
partnum = part_get_info_by_dev_and_name_or_num(devtype, devnum_part_str,
|
||||
&block_dev, &info, 1);
|
||||
|
||||
if (partnum < 0)
|
||||
goto cleanup;
|
||||
|
@ -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…
Reference in New Issue
Block a user