From a8cb085a25a7854f673f2b12bdc95581d87ded2f Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 17 Dec 2019 00:56:18 +0100 Subject: [PATCH] cortex_a9::mmu: make OCM region cachable --- src/cortex_a9/mmu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cortex_a9/mmu.rs b/src/cortex_a9/mmu.rs index 435a8445..9890b12e 100644 --- a/src/cortex_a9/mmu.rs +++ b/src/cortex_a9/mmu.rs @@ -124,7 +124,7 @@ impl L1Table { tex: 0b101, domain: 0b1111, exec: true, - cacheable: false, + cacheable: true, bufferable: true, }); /* (DDR cacheable) */