diff options
| author | Peter Robinson <pbrobinson@gmail.com> | 2021-04-02 17:52:51 +0100 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:54 +0200 |
| commit | dec7755c442ff84358704a5566e4ae908afecf13 (patch) | |
| tree | 184843fcd1a80da43d9a33b8a55eacb83c515cc6 /include | |
| parent | 2d0401b1182e70234a184d73da57f5745f1c0598 (diff) | |
| download | u-boot-dec7755c442ff84358704a5566e4ae908afecf13.tar.gz u-boot-dec7755c442ff84358704a5566e4ae908afecf13.tar.xz u-boot-dec7755c442ff84358704a5566e4ae908afecf13.zip | |
ARM: imx: udoo: convert to DM_ETH
Convert the UDOO board to use DM_ETH.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/udoo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 25f40074c5..298369373a 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -23,14 +23,6 @@ /* SATA Configs */ #define CONFIG_LBA48 -/* Network support */ - -#define CONFIG_FEC_MXC -#define IMX_FEC_BASE ENET_BASE_ADDR -#define CONFIG_FEC_XCV_TYPE RGMII -#define CONFIG_ETHPRIME "FEC" -#define CONFIG_FEC_MXC_PHYADDR 6 - /* MMC Configuration */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
