diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-04-15 12:23:43 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-21 23:00:26 +0200 |
commit | f5f3906d3abd7761d9341a6aed621650316048df (patch) | |
tree | 27c112971ccb16d2a645c3326e3faeaf21c42748 /include/configs/cm_fx6.h | |
parent | 84adf929687ece735d6709932583a9603ace75d4 (diff) | |
download | u-boot-f5f3906d3abd7761d9341a6aed621650316048df.tar.gz |
configs: imx: drop IMX_FEC_BASE
IMX_FEC_BASE is not used in these boards, so drop it.
Reviewed-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r-- | include/configs/cm_fx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index f836f920bd8..600999b8e72 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -147,7 +147,6 @@ /* Ethernet */ #define CONFIG_FEC_MXC_PHYADDR 0 -#define IMX_FEC_BASE ENET_BASE_ADDR /* USB */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |