commit | 6c9bb60e101cba8e77998e1801618717cb0eb089 | [log] [tgz] |
---|---|---|
author | Puneet Saxena <puneets@nvidia.com> | Tue Apr 03 14:56:06 2012 +0530 |
committer | Marek Vasut <marex@denx.de> | Sun May 20 08:32:32 2012 +0200 |
tree | d00363f82c23324c8e69353c7bfb38ae183c803c | |
parent | 6d3111421b9461e4c3d98b492e26598c1fbf9191 [diff] |
USB: Align buffers at cacheline This avoids cache-alignment warnings shown in console when a usb command is entered. Whenever X bytes of unaligned buffer is invalidated, arm core invalidates X + Y bytes as per the cache line size and throws these warnings. Signed-off-by: Puneet Saxena <puneets@nvidia.com> Signed-off-by: Marek Vasut <marex@denx.de>