diff options
| author | Peter Robinson <pbrobinson@gmail.com> | 2021-04-02 15:52:32 +0100 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:54 +0200 |
| commit | 2668e2821365358d1010448b91fb6691e9e79700 (patch) | |
| tree | d8e311023ed1099e5da1af8d6e0b914b329633ab /include | |
| parent | ed3b1d9c8ce78a6875696f5b6ce42765a75ea36b (diff) | |
| download | u-boot-2668e2821365358d1010448b91fb6691e9e79700.tar.gz u-boot-2668e2821365358d1010448b91fb6691e9e79700.tar.xz u-boot-2668e2821365358d1010448b91fb6691e9e79700.zip | |
ARM: embestmx6boards: convert mars/riot boards to DM_ETH
Convert the boards to use DM_ETH.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: "Eric Bénard" <eric@eukrea.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/embestmx6boards.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index c49d4dc0e4..a29eec00ae 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -36,12 +36,6 @@ /* MMC Configs */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 -#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 4 - #define CONFIG_ARP_TIMEOUT 200UL /* Physical Memory Map */ |
