diff options
author | Michael Haas <haas@computerlinguist.org> | 2016-03-25 18:22:51 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 14:29:41 +0200 |
commit | 7e4e7e4618c67311fac0d4f8af6bedbbbfe68c9b (patch) | |
tree | a608c404ee70851cbe6df617dc33d943682b9057 /configs/A20-Olimex-SOM-EVB_defconfig | |
parent | 525d187afb418a4deef8916844f5f7744da402a8 (diff) | |
download | u-boot-7e4e7e4618c67311fac0d4f8af6bedbbbfe68c9b.tar.gz |
sunxi: A20-Olimex-SOM-EVB: Force 8211CL to master
Force master mode for 1000BASE-T operation on the
A20-Olimex-SOM-EVB.
Karsten Merker reports that this change is necessary to get a reliable
link at gigabit speeds.
Signed-off-by: Michael Haas <haas@computerlinguist.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/A20-Olimex-SOM-EVB_defconfig')
-rw-r--r-- | configs/A20-Olimex-SOM-EVB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/A20-Olimex-SOM-EVB_defconfig b/configs/A20-Olimex-SOM-EVB_defconfig index 001d31bad5..1603b6fffe 100644 --- a/configs/A20-Olimex-SOM-EVB_defconfig +++ b/configs/A20-Olimex-SOM-EVB_defconfig @@ -16,5 +16,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPC(3)" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_RTL8211X_PHY_FORCE_MASTER=y CONFIG_ETH_DESIGNWARE=y CONFIG_USB_EHCI_HCD=y |