Re: [U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI

2019-03-05 Thread Marek Vasut
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 
> ---
>  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
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI

2019-03-05 Thread Eugeniu Rosca
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 
---
 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
 
-- 
2.21.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot