
On Mon, Mar 9, 2020 at 8:39 PM Philippe Schenker philippe.schenker@toradex.com wrote:
define FEC_ENET_ENABLE_TXC_DELAY to enable the delay on TXC line on the MAC.
The description doesn't explain why we enable this delay. Could you add an explanation, please?
With that:
Reviewed-by: Oleksandr Suvorov oleksandr.suvorov@toradex.com
Signed-off-by: Philippe Schenker philippe.schenker@toradex.com
include/configs/apalis-imx8.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index bea035c3e23..40037157339 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -24,6 +24,7 @@
/* Networking */ #define FEC_QUIRK_ENET_MAC +#define FEC_ENET_ENABLE_TXC_DELAY
#define CONFIG_TFTP_TSIZE
-- 2.25.1