Commit 2f0507b0 authored by Russell King's avatar Russell King Committed by Rabeeh Khoury

Fix u-boot networking

CONFIG_PHY_ATHEROS was incorrectly deleted by the PCIe fixup and
eMMC boot patch.  Fix that bad patch.
Signed-off-by: default avatarRussell King <rmk@armlinux.org.uk>
parent 914af8a1
......@@ -112,11 +112,10 @@ index 89a47adb23..2a3441d263 100644
CONFIG_TFABOOT=y
CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y
CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y
@@ -58,7 +59,7 @@ CONFIG_PCI=y
CONFIG_DM_PCI=y
@@ -59,6 +60,7 @@ CONFIG_PCI=y
CONFIG_DM_PCI_COMPAT=y
CONFIG_PCIE_LAYERSCAPE_GEN4=y
-CONFIG_PHY_ATHEROS=y
CONFIG_PHY_ATHEROS=y
+CONFIG_PCIE_LAYERSCAPE=y
CONFIG_E1000=y
CONFIG_DM_SCSI=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment