mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +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,8 +74,8 @@ static int ums_init(const char *devtype, const char *devnums_part_str)
|
||||||
if (!devnum_part_str)
|
if (!devnum_part_str)
|
||||||
break;
|
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);
|
&block_dev, &info, 1);
|
||||||
|
|
||||||
if (partnum < 0)
|
if (partnum < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <fdtdec.h>
|
#include <fdtdec.h>
|
||||||
#include <usb.h>
|
#include <usb.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
#include <dm/device_compat.h>
|
||||||
#include <usb/xhci.h>
|
#include <usb/xhci.h>
|
||||||
|
|
||||||
#define DRD2U3H_XHC_REGS_AXIWRA 0xC08
|
#define DRD2U3H_XHC_REGS_AXIWRA 0xC08
|
||||||
|
|
Loading…
Reference in a new issue