From: Tom Rini Date: Mon, 23 Apr 2018 13:13:09 +0000 (-0400) Subject: configs: Drop CONFIG_NET_MULTI X-Git-Tag: v2018.05-rc3~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5c4a8fd64a178a4d159917cda0aa176e5a9be5;p=pandora-u-boot.git configs: Drop CONFIG_NET_MULTI We have not had CONFIG_NET_MULTI be meaningful for quite some time, drop the last remnants. Signed-off-by: Tom Rini --- diff --git a/include/configs/draak.h b/include/configs/draak.h index 392ba4a6ba3..fef5e2e0118 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 d2edd56130b..d2d46f0425a 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 7664b96ec2d..9a28fd27ebc 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