forked from M-Labs/zynq-rs
libcortex_a9: set DDR pages non-bufferable to fix eth dma
This commit is contained in:
parent
46af38906e
commit
965a00801e
|
@ -137,7 +137,7 @@ impl L1Table {
|
|||
domain: 0b1111,
|
||||
exec: true,
|
||||
cacheable: true,
|
||||
bufferable: true,
|
||||
bufferable: false,
|
||||
});
|
||||
}
|
||||
/* (unassigned/reserved). */
|
||||
|
|
Loading…
Reference in New Issue