Skip to content

Commit 99d9a42

Browse files
ibirnbaumjhedberg
authored andcommitted
arch: arm: cortex_a_r: specify icache/dcache for Cortex-A9
Specify that the Cortex-A9 CPU has both an L1 dcache and icache. Signed-off-by: Immo Birnbaum <[email protected]>
1 parent 6f7a183 commit 99d9a42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/core/cortex_a_r/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ config CPU_CORTEX_A9
2626
bool
2727
select CPU_AARCH32_CORTEX_A
2828
select ARMV7_A
29+
select CPU_HAS_ICACHE
30+
select CPU_HAS_DCACHE
2931
help
3032
This option signifies the use of a Cortex-A9 CPU.
3133

0 commit comments

Comments
 (0)