Commits

Anish Trivedi committed bcd10439238
ENGR00122019 SAHARA: Add padding around buffers to prevent cache incoherency Added padding of 64 bytes (cache line size for Cortex-A8) around buffers that are used by the hardware to prevent any cache coherency problems that could arise if buffers share a cache line with some other data that is used by the CPU. Signed-off-by: Anish Trivedi <anish@freescale.com>