cortex_a9::mmu: make OCM region cachable

master
Astro 2019-12-17 00:56:18 +01:00
parent 1ba587ccf9
commit a8cb085a25
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ impl L1Table {
tex: 0b101, tex: 0b101,
domain: 0b1111, domain: 0b1111,
exec: true, exec: true,
cacheable: false, cacheable: true,
bufferable: true, bufferable: true,
}); });
/* (DDR cacheable) */ /* (DDR cacheable) */