diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-10-27 16:42:56 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-11-13 10:55:38 +0100 |
commit | 2f9886c66864ffc52f6a7ab5be9be97fec47ef1d (patch) | |
tree | 608fb771c829bb174d19ba2321b0fb7d98d7fd93 /arch/arm/mach-stm32mp/dram_init.c | |
parent | 3b6db6901ff5babbb9d21f0fca750996e29d85e0 (diff) |
arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch
This fixes the following compilation error in ARM64:
arch/arm/mach-stm32mp/dram_init.c: In function ‘board_get_usable_ram_top’:
arch/arm/mach-stm32mp/dram_init.c:59:45: error: ‘DCACHE_DEFAULT_OPTION’ undeclared (first use in this function)
59 | mmu_set_region_dcache_behaviour(reg, size, DCACHE_DEFAULT_OPTION);
| ^~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/dram_init.c')
0 files changed, 0 insertions, 0 deletions