Commits
Simon Glass committed 7981394e550
video: Use cache-alignment in video_sync() Sometimes the frame buffer is not a multiple of the cache line size. Adjust the cache-flushing code to avoid cache warnings/errors in this case. Signed-off-by: Simon Glass <sjg@chromium.org>