mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-24 23:30:40 +00:00
fix Lime-A20 patch for U-Boot v2020.10
This commit is contained in:
parent
815f96c2d1
commit
f89d9a1b46
1 changed files with 2 additions and 2 deletions
|
@ -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 <common.h>
|
||||
@@ -12,6 +12,8 @@
|
||||
#include <linux/bitops.h>
|
||||
#include <phy.h>
|
||||
#include <linux/delay.h>
|
||||
+#include <asm/io.h>
|
||||
+#include <asm/arch/clock.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue