All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: Drop CONFIG_NET_MULTI
@ 2018-04-23 13:13 Tom Rini
  2018-04-27 23:28 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2018-04-23 13:13 UTC (permalink / raw)
  To: u-boot

We have not had CONFIG_NET_MULTI be meaningful for quite some time, drop
the last remnants.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/draak.h         | 1 -
 include/configs/eagle.h         | 1 -
 include/configs/ls1012a2g5rdb.h | 2 --
 3 files changed, 4 deletions(-)

diff --git a/include/configs/draak.h b/include/configs/draak.h
index 392ba4a6ba33..fef5e2e01189 100644
--- a/include/configs/draak.h
+++ b/include/configs/draak.h
@@ -15,7 +15,6 @@
 #include "rcar-gen3-common.h"
 
 /* Ethernet RAVB */
-#define CONFIG_NET_MULTI
 #define CONFIG_BITBANGMII
 #define CONFIG_BITBANGMII_MULTI
 
diff --git a/include/configs/eagle.h b/include/configs/eagle.h
index d2edd56130bf..d2d46f0425a5 100644
--- a/include/configs/eagle.h
+++ b/include/configs/eagle.h
@@ -15,7 +15,6 @@
 #include "rcar-gen3-common.h"
 
 /* Ethernet RAVB */
-#define CONFIG_NET_MULTI
 #define CONFIG_BITBANGMII
 #define CONFIG_BITBANGMII_MULTI
 
diff --git a/include/configs/ls1012a2g5rdb.h b/include/configs/ls1012a2g5rdb.h
index 7664b96ec2df..9a28fd27ebc3 100644
--- a/include/configs/ls1012a2g5rdb.h
+++ b/include/configs/ls1012a2g5rdb.h
@@ -34,8 +34,6 @@
 #define CONFIG_SYS_SCSI_MAX_LUN			1
 #define CONFIG_SYS_SCSI_MAX_DEVICE		(CONFIG_SYS_SCSI_MAX_SCSI_ID * \
 						CONFIG_SYS_SCSI_MAX_LUN)
-#define CONFIG_NET_MULTI
-
 #define CONFIG_CMD_MEMINFO
 #define CONFIG_SYS_MEMTEST_START	0x80000000
 #define CONFIG_SYS_MEMTEST_END		0x9fffffff
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] configs: Drop CONFIG_NET_MULTI
  2018-04-23 13:13 [U-Boot] [PATCH] configs: Drop CONFIG_NET_MULTI Tom Rini
@ 2018-04-27 23:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-04-27 23:28 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 23, 2018 at 09:13:09AM -0400, Tom Rini wrote:

> We have not had CONFIG_NET_MULTI be meaningful for quite some time, drop
> the last remnants.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180427/134f8d1a/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-27 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 13:13 [U-Boot] [PATCH] configs: Drop CONFIG_NET_MULTI Tom Rini
2018-04-27 23:28 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.