All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs
@ 2023-01-04 16:18 Dario Binacchi
  2023-01-05  8:20 ` Michael Nazzareno Trimarchi
  0 siblings, 1 reply; 4+ messages in thread
From: Dario Binacchi @ 2023-01-04 16:18 UTC (permalink / raw)
  To: u-boot
  Cc: Dario Binacchi, Ariel D'Alessandro, Michael Trimarchi, linux-amarula

The Linux kernel device tree already specifies the device to be used for
boot console output with a stdout-path property under /chosen.

Fixes: 36b661dc919da ("Merge branch 'next'")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 include/configs/imx8mn_bsh_smm_s2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h
index a2323bd6716f..2db670600f5a 100644
--- a/include/configs/imx8mn_bsh_smm_s2.h
+++ b/include/configs/imx8mn_bsh_smm_s2.h
@@ -14,7 +14,7 @@
 #include <config_distro_bootcmd.h>
 
 #define NANDARGS \
-	"nandargs=setenv bootargs console=${console} " \
+	"nandargs=setenv bootargs " \
 		"${optargs} " \
 		"mtdparts=${mtdparts} " \
 		"root=${nandroot} " \
-- 
2.32.0


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

* Re: [PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs
  2023-01-04 16:18 [PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs Dario Binacchi
@ 2023-01-05  8:20 ` Michael Nazzareno Trimarchi
  2023-01-09 14:40   ` Michael Nazzareno Trimarchi
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Nazzareno Trimarchi @ 2023-01-05  8:20 UTC (permalink / raw)
  To: Dario Binacchi; +Cc: u-boot, Ariel D'Alessandro, linux-amarula

Hi

On Wed, Jan 4, 2023 at 5:18 PM Dario Binacchi
<dario.binacchi@amarulasolutions.com> wrote:
>
> The Linux kernel device tree already specifies the device to be used for
> boot console output with a stdout-path property under /chosen.
>
> Fixes: 36b661dc919da ("Merge branch 'next'")
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>
>  include/configs/imx8mn_bsh_smm_s2.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h
> index a2323bd6716f..2db670600f5a 100644
> --- a/include/configs/imx8mn_bsh_smm_s2.h
> +++ b/include/configs/imx8mn_bsh_smm_s2.h
> @@ -14,7 +14,7 @@
>  #include <config_distro_bootcmd.h>
>
>  #define NANDARGS \
> -       "nandargs=setenv bootargs console=${console} " \
> +       "nandargs=setenv bootargs " \
>                 "${optargs} " \
>                 "mtdparts=${mtdparts} " \
>                 "root=${nandroot} " \
> --
> 2.32.0
>

Reviewed-By: Michael Trimarchi <michael@amarulasolutions.com>

-- 
Michael Nazzareno Trimarchi
Co-Founder & Chief Executive Officer
M. +39 347 913 2170
michael@amarulasolutions.com
__________________________________

Amarula Solutions BV
Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
T. +31 (0)85 111 9172
info@amarulasolutions.com
www.amarulasolutions.com

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

* Re: [PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs
  2023-01-05  8:20 ` Michael Nazzareno Trimarchi
@ 2023-01-09 14:40   ` Michael Nazzareno Trimarchi
  2023-01-09 19:02     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Nazzareno Trimarchi @ 2023-01-09 14:40 UTC (permalink / raw)
  To: Dario Binacchi; +Cc: u-boot, Ariel D'Alessandro, linux-amarula

Hi Tom

Did you have time to pick the regression on this board? We have two patches

Michael

On Thu, Jan 5, 2023 at 9:20 AM Michael Nazzareno Trimarchi
<michael@amarulasolutions.com> wrote:
>
> Hi
>
> On Wed, Jan 4, 2023 at 5:18 PM Dario Binacchi
> <dario.binacchi@amarulasolutions.com> wrote:
> >
> > The Linux kernel device tree already specifies the device to be used for
> > boot console output with a stdout-path property under /chosen.
> >
> > Fixes: 36b661dc919da ("Merge branch 'next'")
> > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> > ---
> >
> >  include/configs/imx8mn_bsh_smm_s2.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h
> > index a2323bd6716f..2db670600f5a 100644
> > --- a/include/configs/imx8mn_bsh_smm_s2.h
> > +++ b/include/configs/imx8mn_bsh_smm_s2.h
> > @@ -14,7 +14,7 @@
> >  #include <config_distro_bootcmd.h>
> >
> >  #define NANDARGS \
> > -       "nandargs=setenv bootargs console=${console} " \
> > +       "nandargs=setenv bootargs " \
> >                 "${optargs} " \
> >                 "mtdparts=${mtdparts} " \
> >                 "root=${nandroot} " \
> > --
> > 2.32.0
> >
>
> Reviewed-By: Michael Trimarchi <michael@amarulasolutions.com>
>
> --
> Michael Nazzareno Trimarchi
> Co-Founder & Chief Executive Officer
> M. +39 347 913 2170
> michael@amarulasolutions.com
> __________________________________
>
> Amarula Solutions BV
> Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
> T. +31 (0)85 111 9172
> info@amarulasolutions.com
> www.amarulasolutions.com



-- 
Michael Nazzareno Trimarchi
Co-Founder & Chief Executive Officer
M. +39 347 913 2170
michael@amarulasolutions.com
__________________________________

Amarula Solutions BV
Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
T. +31 (0)85 111 9172
info@amarulasolutions.com
www.amarulasolutions.com

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

* Re: [PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs
  2023-01-09 14:40   ` Michael Nazzareno Trimarchi
@ 2023-01-09 19:02     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2023-01-09 19:02 UTC (permalink / raw)
  To: Michael Nazzareno Trimarchi
  Cc: Dario Binacchi, u-boot, Ariel D'Alessandro, linux-amarula

[-- Attachment #1: Type: text/plain, Size: 2254 bytes --]

On Mon, Jan 09, 2023 at 03:40:06PM +0100, Michael Nazzareno Trimarchi wrote:

> Hi Tom
> 
> Did you have time to pick the regression on this board? We have two patches

Sorry I missed this.

> 
> Michael
> 
> On Thu, Jan 5, 2023 at 9:20 AM Michael Nazzareno Trimarchi
> <michael@amarulasolutions.com> wrote:
> >
> > Hi
> >
> > On Wed, Jan 4, 2023 at 5:18 PM Dario Binacchi
> > <dario.binacchi@amarulasolutions.com> wrote:
> > >
> > > The Linux kernel device tree already specifies the device to be used for
> > > boot console output with a stdout-path property under /chosen.
> > >
> > > Fixes: 36b661dc919da ("Merge branch 'next'")
> > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> > > ---
> > >
> > >  include/configs/imx8mn_bsh_smm_s2.h | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h
> > > index a2323bd6716f..2db670600f5a 100644
> > > --- a/include/configs/imx8mn_bsh_smm_s2.h
> > > +++ b/include/configs/imx8mn_bsh_smm_s2.h
> > > @@ -14,7 +14,7 @@
> > >  #include <config_distro_bootcmd.h>
> > >
> > >  #define NANDARGS \
> > > -       "nandargs=setenv bootargs console=${console} " \
> > > +       "nandargs=setenv bootargs " \
> > >                 "${optargs} " \
> > >                 "mtdparts=${mtdparts} " \
> > >                 "root=${nandroot} " \
> > > --
> > > 2.32.0
> > >
> >
> > Reviewed-By: Michael Trimarchi <michael@amarulasolutions.com>
> >
> > --
> > Michael Nazzareno Trimarchi
> > Co-Founder & Chief Executive Officer
> > M. +39 347 913 2170
> > michael@amarulasolutions.com
> > __________________________________
> >
> > Amarula Solutions BV
> > Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
> > T. +31 (0)85 111 9172
> > info@amarulasolutions.com
> > www.amarulasolutions.com
> 
> 
> 
> -- 
> Michael Nazzareno Trimarchi
> Co-Founder & Chief Executive Officer
> M. +39 347 913 2170
> michael@amarulasolutions.com
> __________________________________
> 
> Amarula Solutions BV
> Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
> T. +31 (0)85 111 9172
> info@amarulasolutions.com
> www.amarulasolutions.com

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2023-01-09 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 16:18 [PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs Dario Binacchi
2023-01-05  8:20 ` Michael Nazzareno Trimarchi
2023-01-09 14:40   ` Michael Nazzareno Trimarchi
2023-01-09 19:02     ` Tom Rini

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.