libcortex_a9: set DDR pages non-bufferable to fix eth dma

pull/29/head
Astro 2020-03-31 01:09:28 +02:00
parent 46af38906e
commit 965a00801e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ impl L1Table {
domain: 0b1111, domain: 0b1111,
exec: true, exec: true,
cacheable: true, cacheable: true,
bufferable: true, bufferable: false,
}); });
} }
/* (unassigned/reserved). */ /* (unassigned/reserved). */