Skip to content
Snippets Groups Projects
Commit f5766139 authored by Puneet Saxena's avatar Puneet Saxena Committed by Marek Vasut
Browse files

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: default avatarPuneet Saxena <puneets@nvidia.com>
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 66cf6410
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment