define per default the RX buffers as cacheable
This commit is contained in:
parent
c3bfbc6806
commit
d9faa0c5af
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#include <net/rckemac.h>
|
||||
|
||||
/* enables the cache for the receive buffer */
|
||||
//#define RX_CACHING 1
|
||||
#define RX_CACHING 1
|
||||
|
||||
#ifdef RX_CACHING
|
||||
#define CL1INV asm volatile ( ".byte 0x0f; .byte 0x0a;\n" ) // CL1FLUSHMB
|
||||
|
|
Loading…
Add table
Reference in a new issue