From: Michael Haas Date: Fri, 25 Mar 2016 17:22:51 +0000 (+0100) Subject: sunxi: A20-Olimex-SOM-EVB: Force 8211CL to master X-Git-Tag: v2016.05-rc1~96^2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e4e7e4618c67311fac0d4f8af6bedbbbfe68c9b;p=oweals%2Fu-boot.git 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 Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- 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