aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-04-23 09:13:09 -0400
committerTom Rini <trini@konsulko.com>2018-04-27 14:54:49 -0400
commitec5c4a8fd64a178a4d159917cda0aa176e5a9be5 (patch)
tree2a9c2341efec3fb98401555505e4ab35223ae65c /include/configs
parent3b6407b8ed95594de6ee4fddd3239e8841b4d2d6 (diff)
downloadu-boot-ec5c4a8fd64a178a4d159917cda0aa176e5a9be5.zip
u-boot-ec5c4a8fd64a178a4d159917cda0aa176e5a9be5.tar.gz
u-boot-ec5c4a8fd64a178a4d159917cda0aa176e5a9be5.tar.bz2
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/draak.h1
-rw-r--r--include/configs/eagle.h1
-rw-r--r--include/configs/ls1012a2g5rdb.h2
3 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/draak.h b/include/configs/draak.h
index 392ba4a..fef5e2e 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 d2edd56..d2d46f0 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 7664b96..9a28fd2 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