Re: [U-Boot] [PATCH 2/2] sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users

2017-11-09 Thread Jagan Teki
On Wed, Nov 8, 2017 at 5:17 PM, Jagan Teki wrote: > On Wed, Nov 8, 2017 at 8:38 AM, Artturi Alm wrote: >> due misnaming of CONFIG_SUN4I_EMAC in include/configs/sunxi-common.h, >> likely missed in: >> commit 3146f0c017df ("Move PHYLIB to

Re: [U-Boot] [PATCH 2/2] sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users

2017-11-08 Thread Jagan Teki
On Wed, Nov 8, 2017 at 8:38 AM, Artturi Alm wrote: > due misnaming of CONFIG_SUN4I_EMAC in include/configs/sunxi-common.h, > likely missed in: > commit 3146f0c017df ("Move PHYLIB to Kconfig") > > Signed-off-by: Artturi Alm Reviewed-by: Jagan

[U-Boot] [PATCH 2/2] sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users

2017-11-07 Thread Artturi Alm
due misnaming of CONFIG_SUN4I_EMAC in include/configs/sunxi-common.h, likely missed in: commit 3146f0c017df ("Move PHYLIB to Kconfig") Signed-off-by: Artturi Alm --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/Kconfig