diff options
| author | Peter Robinson <[email protected]> | 2021-04-02 15:52:32 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-04-08 20:29:54 +0200 |
| commit | 2668e2821365358d1010448b91fb6691e9e79700 (patch) | |
| tree | d8e311023ed1099e5da1af8d6e0b914b329633ab /include | |
| parent | ed3b1d9c8ce78a6875696f5b6ce42765a75ea36b (diff) | |
ARM: embestmx6boards: convert mars/riot boards to DM_ETH
Convert the boards to use DM_ETH.
Signed-off-by: Peter Robinson <[email protected]>
Cc: "Eric Bénard" <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
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 c49d4dc0e40..a29eec00ae6 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 */ |
