All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI
@ 2019-03-05 22:16 Eugeniu Rosca
  2019-03-05 22:25 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Eugeniu Rosca @ 2019-03-05 22:16 UTC (permalink / raw)
  To: u-boot

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
 
-- 
2.21.0

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

* [U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI
  2019-03-05 22:16 [U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI Eugeniu Rosca
@ 2019-03-05 22:25 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2019-03-05 22:25 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2019-03-05 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 22:16 [U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI Eugeniu Rosca
2019-03-05 22:25 ` Marek Vasut

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.