All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap3_logic: Change console from ttyO0 to ttyS0
@ 2018-06-15 13:12 Adam Ford
  2018-06-15 13:19 ` Peter Robinson
  2018-07-11 12:42 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Ford @ 2018-06-15 13:12 UTC (permalink / raw)
  To: u-boot

Newer kernels have moved from ttyO0 to ttyS0, and when booting
it drops a notice:

  WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  This ensures that you still see kernel messages. Please
  update your kernel commandline.

This patch updates the console to use ttyS0 and eliminate the
chatter.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index cde61f2fd7..7b8f402e14 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -92,7 +92,7 @@
 			"fi; " \
 		"else run defaultboot; fi\0" \
 	"defaultboot=run mmcramboot\0" \
-	"consoledevice=ttyO0\0" \
+	"consoledevice=ttyS0\0" \
 	"setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
 	"dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
 	"rotation=0\0" \
-- 
2.17.1

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

* [U-Boot] [PATCH] omap3_logic: Change console from ttyO0 to ttyS0
  2018-06-15 13:12 [U-Boot] [PATCH] omap3_logic: Change console from ttyO0 to ttyS0 Adam Ford
@ 2018-06-15 13:19 ` Peter Robinson
  2018-07-11 12:42 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Robinson @ 2018-06-15 13:19 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 15, 2018 at 2:12 PM, Adam Ford <aford173@gmail.com> wrote:
> Newer kernels have moved from ttyO0 to ttyS0, and when booting
> it drops a notice:

This will break on older kernels or kernels that haven't made the move
from the omap-serial to the 8250_omap kernel.

>   WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
>   This ensures that you still see kernel messages. Please
>   update your kernel commandline.
>
> This patch updates the console to use ttyS0 and eliminate the
> chatter.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
> index cde61f2fd7..7b8f402e14 100644
> --- a/include/configs/omap3_logic.h
> +++ b/include/configs/omap3_logic.h
> @@ -92,7 +92,7 @@
>                         "fi; " \
>                 "else run defaultboot; fi\0" \
>         "defaultboot=run mmcramboot\0" \
> -       "consoledevice=ttyO0\0" \
> +       "consoledevice=ttyS0\0" \
>         "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
>         "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
>         "rotation=0\0" \
> --
> 2.17.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] omap3_logic: Change console from ttyO0 to ttyS0
  2018-06-15 13:12 [U-Boot] [PATCH] omap3_logic: Change console from ttyO0 to ttyS0 Adam Ford
  2018-06-15 13:19 ` Peter Robinson
@ 2018-07-11 12:42 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-07-11 12:42 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 15, 2018 at 08:12:02AM -0500, Adam Ford wrote:

> Newer kernels have moved from ttyO0 to ttyS0, and when booting
> it drops a notice:
> 
>   WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
>   This ensures that you still see kernel messages. Please
>   update your kernel commandline.
> 
> This patch updates the console to use ttyS0 and eliminate the
> chatter.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
> index cde61f2fd7..7b8f402e14 100644

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180711/42d05ec7/attachment.sig>

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

end of thread, other threads:[~2018-07-11 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15 13:12 [U-Boot] [PATCH] omap3_logic: Change console from ttyO0 to ttyS0 Adam Ford
2018-06-15 13:19 ` Peter Robinson
2018-07-11 12:42 ` [U-Boot] " 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.