summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2018-04-13 12:28:45 +0530
committerYork Sun <york.sun@nxp.com>2018-05-09 09:17:51 -0500
commit11d5f7d895b2ed6bf511e84aa7c08ddde98e1d33 (patch)
tree15c93f48e0dab8a0fc6292fafbe1d1ac2ea87d6a /board/freescale
parentb6bb93de75033d6d52392fff1d3f512b2feeadb6 (diff)
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>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/ls1088a/eth_ls1088aqds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/eth_ls1088aqds.c b/board/freescale/ls1088a/eth_ls1088aqds.c
index 9907fd2a33..40b1a0e631 100644
--- 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>