summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_versal.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-07-14 10:12:41 +0300
committerTom Rini <trini@konsulko.com>2021-07-23 14:13:25 +0300
commit988002dcd931e7236422e4d158c397d964ba1360 (patch)
tree09a0231852e9df884a8da30db093ac1932978814 /include/configs/xilinx_versal.h
parent0523326af4e505d837968a5694c99c0ee1d0041c (diff)
downloadu-boot-988002dcd931e7236422e4d158c397d964ba1360.tar.xz
net: remove CONFIG_NET_MULTI (again)
CONFIG_NET_MULTI has been removed long time ago by commit 795428fc679f ("net: remove CONFIG_NET_MULTI") but 4 boards were added later which wasn't found. The patch is removing this reference from 4 boards. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Diffstat (limited to 'include/configs/xilinx_versal.h')
-rw-r--r--include/configs/xilinx_versal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
index ebe81968d1..aae128f5ed 100644
--- a/include/configs/xilinx_versal.h
+++ b/include/configs/xilinx_versal.h
@@ -53,7 +53,6 @@
/* Ethernet driver */
#if defined(CONFIG_ZYNQ_GEM)
-# define CONFIG_NET_MULTI
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
# define PHY_ANEG_TIMEOUT 20000
#endif