diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 16:30:43 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:03:54 +0800 |
commit | 8807bf82daeba98802d5a49b4a7d8c3ebcc9c988 (patch) | |
tree | f77f5f2ee42cb92766cbf1dab561e11a3579f468 /include/configs | |
parent | 088afc073c480bd02208145bfb04259ccdf391c1 (diff) | |
download | u-boot-imx-8807bf82daeba98802d5a49b4a7d8c3ebcc9c988.zip u-boot-imx-8807bf82daeba98802d5a49b4a7d8c3ebcc9c988.tar.gz u-boot-imx-8807bf82daeba98802d5a49b4a7d8c3ebcc9c988.tar.bz2 |
MLK-12452-2 mx7dsabresd: Add secondary enet support
Add configurations and board codes for second enet.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index c407f91..69e51c8 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -30,7 +30,6 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_BROADCOM -/* ENET1 */ #define CONFIG_FEC_ENET_DEV 0 @@ -43,6 +42,7 @@ #endif #define CONFIG_FEC_MXC_MDIO_BASE ENET_IPS_BASE_ADDR + /* MMC Config*/ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |