Browse Source

armv8: ls1088aqds: Enable mdio commands on u-boot prompt

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Ashish Kumar 6 years ago
parent
commit
11d5f7d895
1 changed files with 2 additions and 0 deletions
  1. 2 0
      board/freescale/ls1088a/eth_ls1088aqds.c

+ 2 - 0
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>