commit | 526a50f8ec300194aa168e07d7dee6f32902d06d | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Feb 23 18:40:13 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:10 2015 +0200 |
tree | 64bf35f59e2b6954dc87e370c84897b1bd04a8a2 | |
parent | 6900aeda528bdeeeb44bde6433ff928506e30d6f [diff] |
dwc3: flush the buffers before using it In the linux kernel, non cacheable buffers are used. However in uboot since there are no APIs to allocate non cacheable memory, all the buffers should be flushed before using it. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>