diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2021-04-01 21:08:13 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-20 13:31:35 -0400 |
commit | d410dc88021719cbd4f360d653642410fa5e6e42 (patch) | |
tree | dfa7b276bfc969aa47bce0030d0057f4caa5bf9a /include/configs/udoo_neo.h | |
parent | 9db428904fb7ce4ad0ff25866b7eef58e5140dd9 (diff) | |
download | u-boot-d410dc88021719cbd4f360d653642410fa5e6e42.tar.gz u-boot-d410dc88021719cbd4f360d653642410fa5e6e42.tar.bz2 u-boot-d410dc88021719cbd4f360d653642410fa5e6e42.zip |
ARM: imx: udoo_neo: Convert to ethernet DM
Convert the UDOO Neo to ethernet DM support.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Francesco Montefoschi <francesco.montefoschi@udoo.org>
Cc: Breno Lima <breno.lima@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/udoo_neo.h')
-rw-r--r-- | include/configs/udoo_neo.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 4935a2b363..b6f75c9262 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -83,14 +83,4 @@ #define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08 #define PFUZE3000_I2C_BUS 0 -/* Network */ -#define CONFIG_FEC_MXC - -#define CONFIG_FEC_ENET_DEV 0 -#define IMX_FEC_BASE ENET_BASE_ADDR -#define CONFIG_FEC_MXC_PHYADDR 0x0 - -#define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_ETHPRIME "FEC0" - #endif /* __CONFIG_H */ |