commit | 4bda718d1c70cf39f37e0e850afc2dafadcffafc | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Jan 07 02:45:46 2019 +0000 |
committer | Marek Vasut <marex@denx.de> | Wed Jan 09 16:03:56 2019 +0100 |
tree | 068c6a4f00949e6a3af6782320845207d64ddda8 | |
parent | bb335b342894b843601133bea7c7d3bafcb1a9b2 [diff] |
usb: xhci-mem: Fix scratchpad array issue After updating the value of dev_context_ptrs[0], we should flush this from cache to memory. Otherwise the xhci controller won't use it. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Marek Vasut <marex@denx.de>