]> git.sur5r.net Git - u-boot/commitdiff
Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIX
authorkevans@FreeBSD.org <kevans@FreeBSD.org>
Wed, 14 Feb 2018 23:02:16 +0000 (17:02 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 22 Mar 2018 20:05:27 +0000 (15:05 -0500)
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 <kevans@FreeBSD.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
configs/pine64_plus_defconfig

index a8d4e2b0aa48f04f50de780e300f060f6e91346d..e98740aec01603092c649a236ae2cd07c12334b2 100644 (file)
@@ -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