arm64: Only allow dcache disabled in SPL builds
authorAlexander Graf <agraf@suse.de>
Fri, 4 Mar 2016 00:09:55 +0000 (01:09 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 19:13:11 +0000 (15:13 -0400)
commit19503c3117ace4bfab86d317ee459812387e983b
treefd38129e7268097dfd8ede64704265aceacd3a1f
parent7985cdf74b280f86a1c7440298a84f1fb2876fd9
arm64: Only allow dcache disabled in SPL builds

Now that we have an easy way to describe memory regions and enable the MMU,
there really shouldn't be anything holding people back from running with
caches enabled on AArch64. To make sure people catch early if they're missing
on the caching fun, give them a compile error.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/cpu/armv8/cache_v8.c