[U-Boot] [PATCH] mx6slevk: Remove CONFIG_ETHPRIME option

From: Fabio Estevam fabio.estevam@nxp.com
As mx6slevk has only one Ethernet port, we don't need to declare CONFIG_ETHPRIME, so just remove it.
Signed-off-by: Fabio Estevam fabio.estevam@nxp.com --- include/configs/mx6slevk.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 6937924..6423796 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -53,7 +53,6 @@ #define CONFIG_MII #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_ETHPRIME "FEC" #define CONFIG_FEC_MXC_PHYADDR 0
#define CONFIG_PHYLIB

On 01/02/2016 17:24, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@nxp.com
As mx6slevk has only one Ethernet port, we don't need to declare CONFIG_ETHPRIME, so just remove it.
Signed-off-by: Fabio Estevam fabio.estevam@nxp.com
include/configs/mx6slevk.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 6937924..6423796 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -53,7 +53,6 @@ #define CONFIG_MII #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_ETHPRIME "FEC" #define CONFIG_FEC_MXC_PHYADDR 0
#define CONFIG_PHYLIB
Applied to u-boot-imx, thanks !
Best regards, Stefano Babic
participants (2)
-
Fabio Estevam
-
Stefano Babic