Commit 53ff5c79 authored by Marek Vasut's avatar Marek Vasut
Browse files

rcar_gen3: plat: Fix cache line size



The CPU has cache line size of 64 Bytes, fix the cache line size.
Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent 8a2f1eee
......@@ -79,7 +79,7 @@
* Cortex-A53
* L1:I/32KB(16KBx2way) D/32KB(8KBx4way) L2:512KB(32KBx16way)
*/
#define PLATFORM_CACHE_LINE_SIZE 128
#define PLATFORM_CACHE_LINE_SIZE 64
#define PLATFORM_CLUSTER_COUNT U(2)
#define PLATFORM_CLUSTER0_CORE_COUNT U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT U(4)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment