[U-Boot] [PATCH] armv8: ls1088aqds: Enable mdio commands on u-boot prompt
Ashish Kumar
Ashish.Kumar at nxp.com
Fri Apr 13 06:58:45 UTC 2018
Signed-off-by: Ashish Kumar <Ashish.Kumar at nxp.com>
---
board/freescale/ls1088a/eth_ls1088aqds.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/freescale/ls1088a/eth_ls1088aqds.c b/board/freescale/ls1088a/eth_ls1088aqds.c
index 7fe446e..d09e077 100644
--- a/board/freescale/ls1088a/eth_ls1088aqds.c
+++ b/board/freescale/ls1088a/eth_ls1088aqds.c
@@ -5,12 +5,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>
--
2.7.4
More information about the U-Boot
mailing list