[PATCH 1/2] mx6ul_evk: Move CONFIG_FEC_MXC to defconfig

2020-04-18 Thread sbabic
> CONFIG_FEC_MXC is supported in Kconfig, so it is preferred to > move it to defconfig file. > Signed-off-by: Fabio Estevam > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

RE: [PATCH 1/2] mx6ul_evk: Move CONFIG_FEC_MXC to defconfig

2020-02-04 Thread Peng Fan
> Subject: [PATCH 1/2] mx6ul_evk: Move CONFIG_FEC_MXC to defconfig > > CONFIG_FEC_MXC is supported in Kconfig, so it is preferred to move it to > defconfig file. > > Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan > --- > configs/mx6ul_14x14_evk_defconfig

[PATCH 1/2] mx6ul_evk: Move CONFIG_FEC_MXC to defconfig

2020-02-03 Thread Fabio Estevam
CONFIG_FEC_MXC is supported in Kconfig, so it is preferred to move it to defconfig file. Signed-off-by: Fabio Estevam --- configs/mx6ul_14x14_evk_defconfig | 1 + include/configs/mx6ul_14x14_evk.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git