diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-01-20 13:31:01 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-02-09 15:05:10 +0100 |
commit | 70a2df36fe3b2fd2ef82de4f244a43fc1ff879f6 (patch) | |
tree | 1fc2ddcc78e3551ce1b1aa05ea6a1131db8674a8 /include/configs/mx6sabre_common.h | |
parent | 0c054753a9c4c2d851e705844534ccd8676a06aa (diff) | |
download | u-boot-70a2df36fe3b2fd2ef82de4f244a43fc1ff879f6.tar.gz |
mx6sabre_common: Remove FEC related settings
In preparation for converting to DM_ETH and moving the FEC symbols
to Kconfig we need to move the FEC definitions to mx6sabreauto.h
and mx6sabresd.h to avoid build breakage during the conversion.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 9309e0320f..ee3b754910 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -20,14 +20,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 1 - -#define CONFIG_PHY_ATHEROS - #ifdef CONFIG_SUPPORT_EMMC_BOOT #define EMMC_ENV \ "emmcdev=2\0" \ |