mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
net: tsec: Remove tx snooping support from LS1
Remove the DMCTRL Tx snooping bits (TDSEN and TBDSEN) as a workaround for LS1. It has been observed that currently the Tx stops functioning after a fair amount of Tx traffic with these settings on. These bits are sticky and once set they cannot be reset from Linux, for instance. Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
This commit is contained in:
parent
c8a7d9dab0
commit
5ea060a9f9
@ -129,7 +129,11 @@
|
||||
|
||||
#define MINFLR_INIT_SETTINGS 0x00000040
|
||||
|
||||
#ifdef CONFIG_LS102XA
|
||||
#define DMACTRL_INIT_SETTINGS 0x00000003
|
||||
#else
|
||||
#define DMACTRL_INIT_SETTINGS 0x000000c3
|
||||
#endif
|
||||
#define DMACTRL_GRS 0x00000010
|
||||
#define DMACTRL_GTS 0x00000008
|
||||
#define DMACTRL_LE 0x00008000
|
||||
|
Loading…
Reference in New Issue
Block a user