]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: remove CONFIG_NET_MULTI (again)
authorMichal Simek <michal.simek@xilinx.com>
Wed, 14 Jul 2021 07:12:41 +0000 (09:12 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 11:13:25 +0000 (07:13 -0400)
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>
include/configs/SBx81LIFKW.h
include/configs/SBx81LIFXCAT.h
include/configs/ebisu.h
include/configs/xilinx_versal.h

index eaa6b9246c98ba4aef7e333537073ef37f34acb6..ded494cfa9b0dfac87a159deb59bcbbc2003c7e5 100644 (file)
@@ -84,7 +84,6 @@
  * Ethernet Driver configuration
  */
 #ifdef CONFIG_CMD_NET
-#define CONFIG_NET_MULTI       /* specify more that one ports available */
 #define CONFIG_MVGBE   /* Enable kirkwood Gbe Controller Driver */
 #define CONFIG_MVGBE_PORTS     {1, 0}  /* enable a single port */
 #define CONFIG_PHY_BASE_ADR    0x01
index c0dc3d38c1237f9441ff68c146dcda330d3da4bd..06bbd8642e3f51770630accc270ae781084f4215 100644 (file)
@@ -84,7 +84,6 @@
  * Ethernet Driver configuration
  */
 #ifdef CONFIG_CMD_NET
-#define CONFIG_NET_MULTI       /* specify more that one ports available */
 #define CONFIG_MVGBE   /* Enable kirkwood Gbe Controller Driver */
 #define CONFIG_MVGBE_PORTS     {1, 0}  /* enable a single port */
 #define CONFIG_PHY_BASE_ADR    0x01
index 19ec74fb588db6567bebae196506fe2a636870cf..48d4c8a9480e6a3267f83b005a2066d921e9e830 100644 (file)
@@ -14,7 +14,6 @@
 #include "rcar-gen3-common.h"
 
 /* Ethernet RAVB */
-#define CONFIG_NET_MULTI
 #define CONFIG_BITBANGMII_MULTI
 
 /* Generic Timer Definitions (use in assembler source) */
index ebe81968d1302aa7aeb4cc280be130d65292bb78..aae128f5ed03510a303e2e31ee79c49a7bfdad55 100644 (file)
@@ -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