
5 Mar
2019
5 Mar
'19
11:25 p.m.
On 3/5/19 11:16 PM, Eugeniu Rosca wrote:
CONFIG_NET_MULTI seems to make a comeback each time it is wiped out in:
- v2011.12 commit 31a4f1e5b6ee ("board configs: drop NET_MULTI references")
- v2017.11 commit 795428fc679f ("net: remove CONFIG_NET_MULTI")
- v2018.05 commit ec5c4a8fd64a ("configs: Drop CONFIG_NET_MULTI")
Remove the dangling reference on E3-Ebisu.
Fixes: 63e22517a390 ("ARM: renesas: Add R8A77990 E3 Ebisu board") Signed-off-by: Eugeniu Rosca erosca@de.adit-jv.com
include/configs/ebisu.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/ebisu.h b/include/configs/ebisu.h index 2e4974acb2f1..cedc9aff139b 100644 --- a/include/configs/ebisu.h +++ b/include/configs/ebisu.h @@ -14,7 +14,6 @@ #include "rcar-gen3-common.h"
/* Ethernet RAVB */ -#define CONFIG_NET_MULTI #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI
Can you make this into a series and zap NET_MULTI completely, everywhere, even in config_whitelist.txt ?
--
Best regards,
Marek Vasut