summaryrefslogtreecommitdiff
path: root/include/fm_eth.h
diff options
context:
space:
mode:
authorClaudiu Manoil <claudiu.manoil@freescale.com>2014-09-05 05:52:36 (GMT)
committerYork Sun <yorksun@freescale.com>2014-09-08 17:30:33 (GMT)
commit93f26f130eede8db0cb47afcaf66016987b91731 (patch)
tree1a9acbbcb9b5bae1ae6c96a210ef087f5ecbda93 /include/fm_eth.h
parentdf0a5b880d6e53b62ea05b483243dd8675cf4648 (diff)
downloadu-boot-93f26f130eede8db0cb47afcaf66016987b91731.tar.xz
net: Merge asm/fsl_enet.h into fsl_mdio.h
fsl_enet.h defines the mapping of the usual MII management registers, which are included in the MDIO register block common to Freescale ethernet controllers. So it shouldn't depend on the CPU architecture but it should be actually part of the arch independent fsl_mdio.h. To remove the arch dependency, merge the content of asm/fsl_enet.h into fsl_mdio.h. Some files (like fm_eth.h) were simply including fsl_enet.h only for phy.h. These were updated to include phy.h instead. Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Diffstat (limited to 'include/fm_eth.h')
-rw-r--r--include/fm_eth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fm_eth.h b/include/fm_eth.h
index 98edfcf..e46a684 100644
--- a/include/fm_eth.h
+++ b/include/fm_eth.h
@@ -8,8 +8,8 @@
#define __FM_ETH_H__
#include <common.h>
+#include <phy.h>
#include <asm/types.h>
-#include <asm/fsl_enet.h>
enum fm_port {
FM1_DTSEC1,