Commit 6a17365b658b1e5b1d33da0e77722d8a3d7da8d6

Authored by Alison Wang
Committed by York Sun
1 parent 8f0c7cbb0d

armv7/ls1021a/etsec: Enable Tx Data and TxBD snooping

To improve eTSEC performance on LS1021A Rev2.0,
snooping of all transmit frames from memory and
all transmit BD memory accesses in enabled.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

... ... @@ -129,11 +129,7 @@
129 129  
130 130 #define MINFLR_INIT_SETTINGS 0x00000040
131 131  
132   -#ifdef CONFIG_LS102XA
133   -#define DMACTRL_INIT_SETTINGS 0x00000003
134   -#else
135 132 #define DMACTRL_INIT_SETTINGS 0x000000c3
136   -#endif
137 133 #define DMACTRL_GRS 0x00000010
138 134 #define DMACTRL_GTS 0x00000008
139 135 #define DMACTRL_LE 0x00008000