From f89d9a1b46e1fb520e71de66bcb4506570dfaccc Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Tue, 13 Oct 2020 16:38:50 -0400 Subject: [PATCH] fix Lime-A20 patch for U-Boot v2020.10 --- .../board_lime2/GMAC_TX_DELAY_autocorrection.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch/u-boot/u-boot-sunxi/board_lime2/GMAC_TX_DELAY_autocorrection.patch b/patch/u-boot/u-boot-sunxi/board_lime2/GMAC_TX_DELAY_autocorrection.patch index ee31c3d7b..5a73658df 100644 --- a/patch/u-boot/u-boot-sunxi/board_lime2/GMAC_TX_DELAY_autocorrection.patch +++ b/patch/u-boot/u-boot-sunxi/board_lime2/GMAC_TX_DELAY_autocorrection.patch @@ -39,10 +39,10 @@ diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c index 6d917f8..87956c0 100644 --- a/drivers/net/phy/realtek.c +++ b/drivers/net/phy/realtek.c -@@ -11,6 +11,8 @@ - #include +@@ -12,6 +12,8 @@ #include #include + #include +#include +#include