Hi, 2017-08-21 0:13 GMT+09:00 Marek Vasut <[email protected]>: > Commit da3b9e7fd6a1 (Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig) > broke ethernet support on R8A779x Salvator-X boards by disabling the > KSZ90x1 PHY in Kconfig. Reenable it. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Alexandru Gagniuc <[email protected]> > Cc: Joe Hershberger <[email protected]> > --- > configs/r8a7795_salvator-x_defconfig | 1 + > configs/r8a7796_salvator-x_defconfig | 1 + > 2 files changed, 2 insertions(+)
Applied, thanks. Best regards, Nobuhiro > > diff --git a/configs/r8a7795_salvator-x_defconfig > b/configs/r8a7795_salvator-x_defconfig > index f517e0e7ab..3d36698127 100644 > --- a/configs/r8a7795_salvator-x_defconfig > +++ b/configs/r8a7795_salvator-x_defconfig > @@ -24,6 +24,7 @@ CONFIG_CLK=y > CONFIG_CLK_RENESAS=y > CONFIG_SH_SDHI=y > CONFIG_PHY_MICREL=y > +CONFIG_PHY_MICREL_KSZ90X1=y > CONFIG_DM_ETH=y > CONFIG_RENESAS_RAVB=y > CONFIG_SCIF_CONSOLE=y > diff --git a/configs/r8a7796_salvator-x_defconfig > b/configs/r8a7796_salvator-x_defconfig > index 247f8785e3..10aa0bed44 100644 > --- a/configs/r8a7796_salvator-x_defconfig > +++ b/configs/r8a7796_salvator-x_defconfig > @@ -25,6 +25,7 @@ CONFIG_CLK=y > CONFIG_CLK_RENESAS=y > CONFIG_SH_SDHI=y > CONFIG_PHY_MICREL=y > +CONFIG_PHY_MICREL_KSZ90X1=y > CONFIG_DM_ETH=y > CONFIG_RENESAS_RAVB=y > CONFIG_SCIF_CONSOLE=y > -- > 2.11.0 > > _______________________________________________ > U-Boot mailing list > [email protected] > https://lists.denx.de/listinfo/u-boot -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

