* [DistroKit] [PATCH] platform-v7a: barebox: consistently disable netconsole
@ 2018-05-18 9:34 Roland Hieber
2018-05-18 14:31 ` Robert Schwebel
0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2018-05-18 9:34 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
It is not needed and on some boards it errors when it does not find a
network interface.
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
This is meant to go in top of all the other patches I send this week.
---
configs/platform-v7a/barebox-am335x.config | 2 +-
configs/platform-v7a/barebox-mx6.config | 2 +-
configs/platform-v7a/barebox-vexpress.config | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config
index 0e4d50f..3cb5272 100644
--- a/configs/platform-v7a/barebox-am335x.config
+++ b/configs/platform-v7a/barebox-am335x.config
@@ -386,7 +386,7 @@ CONFIG_CMD_BOOTCHOOSER=y
# CONFIG_CMD_SEED is not set
CONFIG_NET=y
CONFIG_NET_NFS=y
-CONFIG_NET_NETCONSOLE=y
+# CONFIG_NET_NETCONSOLE is not set
CONFIG_NET_RESOLV=y
CONFIG_NET_IFUP=y
CONFIG_NET_DHCP=y
diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
index 65ce26d..b99dc16 100644
--- a/configs/platform-v7a/barebox-mx6.config
+++ b/configs/platform-v7a/barebox-mx6.config
@@ -442,7 +442,7 @@ CONFIG_CMD_BOOTCHOOSER=y
# CONFIG_CMD_SEED is not set
CONFIG_NET=y
# CONFIG_NET_NFS is not set
-CONFIG_NET_NETCONSOLE=y
+# CONFIG_NET_NETCONSOLE is not set
CONFIG_NET_RESOLV=y
CONFIG_NET_IFUP=y
CONFIG_NET_DHCP=y
diff --git a/configs/platform-v7a/barebox-vexpress.config b/configs/platform-v7a/barebox-vexpress.config
index cee2bb3..46174c2 100644
--- a/configs/platform-v7a/barebox-vexpress.config
+++ b/configs/platform-v7a/barebox-vexpress.config
@@ -342,7 +342,7 @@ CONFIG_CMD_BOOTCHOOSER=y
# CONFIG_CMD_SEED is not set
CONFIG_NET=y
CONFIG_NET_NFS=y
-CONFIG_NET_NETCONSOLE=y
+# CONFIG_NET_NETCONSOLE is not set
CONFIG_NET_RESOLV=y
CONFIG_NET_IFUP=y
CONFIG_NET_DHCP=y
--
2.17.0
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [DistroKit] [PATCH] platform-v7a: barebox: consistently disable netconsole
2018-05-18 9:34 [DistroKit] [PATCH] platform-v7a: barebox: consistently disable netconsole Roland Hieber
@ 2018-05-18 14:31 ` Robert Schwebel
2018-05-18 14:31 ` Robert Schwebel
0 siblings, 1 reply; 3+ messages in thread
From: Robert Schwebel @ 2018-05-18 14:31 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit
On Fri, May 18, 2018 at 11:34:56AM +0200, Roland Hieber wrote:
> It is not needed and on some boards it errors when it does not find a
> network interface.
>
> Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> ---
> This is meant to go in top of all the other patches I send this week.
It's only on top of "platform-v7a: barebox: version bump 2018.03.0 ->
2018.05.0", right?
> ---
> configs/platform-v7a/barebox-am335x.config | 2 +-
> configs/platform-v7a/barebox-mx6.config | 2 +-
> configs/platform-v7a/barebox-vexpress.config | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config
> index 0e4d50f..3cb5272 100644
> --- a/configs/platform-v7a/barebox-am335x.config
> +++ b/configs/platform-v7a/barebox-am335x.config
> @@ -386,7 +386,7 @@ CONFIG_CMD_BOOTCHOOSER=y
> # CONFIG_CMD_SEED is not set
> CONFIG_NET=y
> CONFIG_NET_NFS=y
> -CONFIG_NET_NETCONSOLE=y
> +# CONFIG_NET_NETCONSOLE is not set
> CONFIG_NET_RESOLV=y
> CONFIG_NET_IFUP=y
> CONFIG_NET_DHCP=y
> diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
> index 65ce26d..b99dc16 100644
> --- a/configs/platform-v7a/barebox-mx6.config
> +++ b/configs/platform-v7a/barebox-mx6.config
> @@ -442,7 +442,7 @@ CONFIG_CMD_BOOTCHOOSER=y
> # CONFIG_CMD_SEED is not set
> CONFIG_NET=y
> # CONFIG_NET_NFS is not set
> -CONFIG_NET_NETCONSOLE=y
> +# CONFIG_NET_NETCONSOLE is not set
> CONFIG_NET_RESOLV=y
> CONFIG_NET_IFUP=y
> CONFIG_NET_DHCP=y
> diff --git a/configs/platform-v7a/barebox-vexpress.config b/configs/platform-v7a/barebox-vexpress.config
> index cee2bb3..46174c2 100644
> --- a/configs/platform-v7a/barebox-vexpress.config
> +++ b/configs/platform-v7a/barebox-vexpress.config
> @@ -342,7 +342,7 @@ CONFIG_CMD_BOOTCHOOSER=y
> # CONFIG_CMD_SEED is not set
> CONFIG_NET=y
> CONFIG_NET_NFS=y
> -CONFIG_NET_NETCONSOLE=y
> +# CONFIG_NET_NETCONSOLE is not set
> CONFIG_NET_RESOLV=y
> CONFIG_NET_IFUP=y
> CONFIG_NET_DHCP=y
> --
> 2.17.0
>
>
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [DistroKit] [PATCH] platform-v7a: barebox: consistently disable netconsole
2018-05-18 14:31 ` Robert Schwebel
@ 2018-05-18 14:31 ` Robert Schwebel
0 siblings, 0 replies; 3+ messages in thread
From: Robert Schwebel @ 2018-05-18 14:31 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit
On Fri, May 18, 2018 at 04:31:03PM +0200, Robert Schwebel wrote:
> On Fri, May 18, 2018 at 11:34:56AM +0200, Roland Hieber wrote:
> > It is not needed and on some boards it errors when it does not find a
> > network interface.
> >
> > Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> > ---
> > This is meant to go in top of all the other patches I send this week.
>
> It's only on top of "platform-v7a: barebox: version bump 2018.03.0 ->
> 2018.05.0", right?
applied, thx
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-18 14:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 9:34 [DistroKit] [PATCH] platform-v7a: barebox: consistently disable netconsole Roland Hieber
2018-05-18 14:31 ` Robert Schwebel
2018-05-18 14:31 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox