diff options
author | kevans@FreeBSD.org <kevans@FreeBSD.org> | 2018-02-14 17:02:16 -0600 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-03-22 15:05:27 -0500 |
commit | dfa1a74045c930ec3935f748b0969f9d76352e13 (patch) | |
tree | f48d38de1a8708dd38f29b93de8258f96ccfc76b /configs/pine64_plus_defconfig | |
parent | 66526e70381dbaad58533cfbd7bce07c668205c6 (diff) | |
download | u-boot-dfa1a74045c930ec3935f748b0969f9d76352e13.tar.gz |
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 <kevans@FreeBSD.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/pine64_plus_defconfig')
-rw-r--r-- | configs/pine64_plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |