diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-22 23:13:47 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-02-26 01:17:10 +0300 |
commit | aeb669d41ffabb91b1542f1f802cb12a989fced0 (patch) | |
tree | a8f094c453a062001d75564a20d27bef297c5cfa /arch/mips/configs | |
parent | 15205fc05482ba3d9574ded5bd4508f240f6ff52 (diff) | |
download | linux-aeb669d41ffabb91b1542f1f802cb12a989fced0.tar.xz |
MIPS: lantiq: Remove separate GPHY Firmware loader
The separate GPHY Firmware loader driver is not used any more, the GPHY
firmware is now loaded by the GSWIP switch driver which also makes use
of the GPHY.
Remove the old unused GPHY firmware loader driver.
The GPHY firmware is useless without an Ethernet and switch driver, it
should not harm if loading this does not work for system using an old
device tree.
I am not aware of any vendor separating the device tree from the kernel
binary, it should be ok to remove this.
The code and the functionality form this separate GPHY firmware loader
was added to the gswip driver in commit 14fceff4771e ("net: dsa: Add
Lantiq / Intel DSA driver for vrx200")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: john@phrozen.org
Cc: netdev@vger.kernel.org
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/xway_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/xway_defconfig b/arch/mips/configs/xway_defconfig index c3cac29e8414..2bb02ea9fb4e 100644 --- a/arch/mips/configs/xway_defconfig +++ b/arch/mips/configs/xway_defconfig @@ -13,7 +13,6 @@ CONFIG_EMBEDDED=y # CONFIG_COMPAT_BRK is not set CONFIG_LANTIQ=y CONFIG_PCI_LANTIQ=y -CONFIG_XRX200_PHY_FW=y CONFIG_CPU_MIPS32_R2=y CONFIG_MIPS_VPE_LOADER=y CONFIG_NR_CPUS=2 |