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/xpress.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/xpress.h')
-rw-r--r-- | include/configs/xpress.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xpress.h b/include/configs/xpress.h index 43b67a355b1..bd39b328a67 100644 --- a/include/configs/xpress.h +++ b/include/configs/xpress.h @@ -42,7 +42,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_FEC_ENET_DEV 0 -#define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_MXC_PHYADDR 0x0 #define CONFIG_UBOOT_SECTOR_START 0x2 |