mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
Merge git://git.denx.de/u-boot-usb
This commit is contained in:
commit
50dc8677d7
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static int ehci_shutdown(struct ehci_ctrl *ctrl)
|
|||
static int ehci_td_buffer(struct qTD *td, void *buf, size_t sz)
|
||||
{
|
||||
uint32_t delta, next;
|
||||
uint32_t addr = (unsigned long)buf;
|
||||
unsigned long addr = (unsigned long)buf;
|
||||
int idx;
|
||||
|
||||
if (addr != ALIGN(addr, ARCH_DMA_MINALIGN))
|
||||
|
|
Loading…
Add table
Reference in a new issue