From: kevans@FreeBSD.org Date: Wed, 14 Feb 2018 23:02:16 +0000 (-0600) Subject: Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIX X-Git-Tag: v2018.05-rc1~11^2~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dfa1a74045c930ec3935f748b0969f9d76352e13;p=u-boot Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIX The Pine64+ uses a generic PHY driver, so flip it over to using the Realtek PHY driver to actually apply the RTL8211e fix. Signed-off-by: Kyle Evans Acked-by: Joe Hershberger --- diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index a8d4e2b0aa..e98740aec0 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -12,3 +12,5 @@ CONFIG_SPL=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_PHY_REALTEK=y +CONFIG_RTL8211E_PINE64_GIGABIT_FIX=y