commit | 96b82b659fdcb526c00c43d20d8e43dc88b48f03 | [log] [tgz] |
---|---|---|
author | Icenowy Zheng <uwu@icenowy.me> | Thu Oct 13 21:26:44 2022 +0800 |
committer | Andre Przywara <andre.przywara@arm.com> | Wed Oct 19 14:15:02 2022 +0100 |
tree | b877af973e03330f0bf811085848ebd47e0f68c9 | |
parent | ffb721a7c0d19828bd7847940b6993eda1673b48 [diff] |
sunxi: fix SUNIV build when enabling D-Cache The enable_caches function in architecture-specific board code is only necessary for V7A CPUs, code for both V8A and ARM926 have already declared this function. Only provide our implementation of enable_caches() for V7A CPUs. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>