projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6bb93d
)
armv8: ls1088aqds: Enable mdio commands on u-boot prompt
author
Ashish Kumar
<Ashish.Kumar@nxp.com>
Fri, 13 Apr 2018 06:58:45 +0000
(12:28 +0530)
committer
York Sun
<york.sun@nxp.com>
Wed, 9 May 2018 14:17:51 +0000
(09:17 -0500)
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls1088a/eth_ls1088aqds.c
patch
|
blob
|
history
diff --git
a/board/freescale/ls1088a/eth_ls1088aqds.c
b/board/freescale/ls1088a/eth_ls1088aqds.c
index 9907fd2a33fe10e67aae0447dde5d5990920fc6c..40b1a0e63109237f536b3eac4c0a18df12d26698 100644
(file)
--- a/
board/freescale/ls1088a/eth_ls1088aqds.c
+++ b/
board/freescale/ls1088a/eth_ls1088aqds.c
@@
-4,12
+4,14
@@
*/
#include <common.h>
+#include <command.h>
#include <netdev.h>
#include <asm/io.h>
#include <asm/arch/fsl_serdes.h>
#include <hwconfig.h>
#include <fsl_mdio.h>
#include <malloc.h>
+#include <phy.h>
#include <fm_eth.h>
#include <i2c.h>
#include <miiphy.h>