From: Michael Kurz Date: Sun, 22 Jan 2017 15:04:29 +0000 (+0100) Subject: ARM: stm32: enable support for smsc phy on stm32f746-disco board X-Git-Tag: v2017.03-rc1~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fc0d3dbc6e5e841309611bf900adc88c7d439b47;p=u-boot ARM: stm32: enable support for smsc phy on stm32f746-disco board This patch enables support for the smsc phy on the stm32f746-disco board. Signed-off-by: Michael Kurz Acked-by: Vikas MANOCHA Series-changes 3: - Add Acked-by tag to 'enable support for smsc phy on...' --- diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 735ade6b9e..d705830804 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -44,6 +44,7 @@ #define CONFIG_DW_GMAC_DEFAULT_DMA_PBL (8) #define CONFIG_DW_ALTDESCRIPTOR #define CONFIG_MII +#define CONFIG_PHY_SMSC #define CONFIG_STM32_HSE_HZ 25000000 #define CONFIG_SYS_CLK_FREQ 200000000 /* 200 MHz */