commit | 19503c3117ace4bfab86d317ee459812387e983b | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Mar 04 01:09:55 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:13:11 2016 -0400 |
tree | fd38129e7268097dfd8ede64704265aceacd3a1f | |
parent | 7985cdf74b280f86a1c7440298a84f1fb2876fd9 [diff] |
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>