From patchwork Mon Mar 9 18:38:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Schenker X-Patchwork-Id: 243458 List-Id: U-Boot discussion From: philippe.schenker at toradex.com (Philippe Schenker) Date: Mon, 9 Mar 2020 19:38:36 +0100 Subject: [PATCH 2/2] config: apalis-imx8: Enable FEC TXC delay In-Reply-To: <20200309183836.32609-1-philippe.schenker@toradex.com> References: <20200309183836.32609-1-philippe.schenker@toradex.com> Message-ID: <20200309183836.32609-2-philippe.schenker@toradex.com> define FEC_ENET_ENABLE_TXC_DELAY to enable the delay on TXC line on the MAC. Signed-off-by: Philippe Schenker Reviewed-by: Oleksandr Suvorov --- 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