summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Kamensky <victor.kamensky@linaro.org>2014-04-18 08:55:46 -0700
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-06-24 18:31:35 +0400
commit1db32bd60a868224244d15924ce1a50a4c8053f2 (patch)
treedb67e716ea59e56829cb37b3cb57a5ffb2f57067 /Makefile
parent09e19681a8d2a3e05af2bcc9bc0c030322a8ca11 (diff)
ARM64: disable DCACHE_WORD_ACCESS in big endian case
If DCACHE_WORD_ACCESS is enabled big endian image failed to boot. commit 7bc13fd33adb9536bd73965cd46bbf7377df097c "arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs" enabled this setting for both big endian and little endian cpus. And code in commit itself seems to be endian agnostic, however other, i.e C, code that sits under DCACHE_WORD_ACCESS seems to be not endian agnostic, I could not figure out where though. Solution is to enable DCACHE_WORD_ACCESS only if little endian mode is enabled (default). Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions