Skip to content

Commit c8da18e

Browse files
yangbolu1991mmahadevan108
authored andcommitted
mcux-sdk: MIMX9596: disable FSL_FEATURE_NETC_HAS_ERRATA_051711
Disable FSL_FEATURE_NETC_HAS_ERRATA_051711 since there was not this errata on i.MX95. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 55f7570 commit c8da18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcux/mcux-sdk/devices/MIMX9596/MIMX9596_cm7_features.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
/* @brief After one or more late collision or excessive collision events, counters PMa_TOCTn and PMa_TFRMn will be higher than expected. */
620620
#define FSL_FEATURE_NETC_HAS_ERRATA_051710 (1)
621621
/* @brief MAC statistic counters TEOCT and TOCT are inaccurate after Pause frames are transmitted with flexible preamble enabled and flexible preamble count set to less than 7. */
622-
#define FSL_FEATURE_NETC_HAS_ERRATA_051711 (1)
622+
#define FSL_FEATURE_NETC_HAS_ERRATA_051711 (0)
623623
/* @brief Number of Switch ports. */
624624
#define FSL_FEATURE_NETC_SWITCH_MAX_PORT_NUMBER (5)
625625
/* @brief Number of Switch Ethernet MAC ports. */

0 commit comments

Comments
 (0)