All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/beaglebone_defconfig: use default console device
@ 2019-09-30  6:04 yegorslists at googlemail.com
  2019-09-30 20:21 ` Thomas Petazzoni
  2019-10-01  9:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists at googlemail.com @ 2019-09-30  6:04 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

OMAP kernels use 8250 driver by default. Hence the name of
the console device is not /dev/ttyO0 but /dev/ttyS0.
Use /dev/console in order to handle the console independently
of the selected driver.

Tested in BeagleBone Black board.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 configs/beaglebone_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index b4f152fd69..fbb259f577 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -2,7 +2,6 @@ BR2_arm=y
 BR2_cortex_a8=y
 BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
-BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-- 
2.17.0

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

* [Buildroot] [PATCH] configs/beaglebone_defconfig: use default console device
  2019-09-30  6:04 [Buildroot] [PATCH] configs/beaglebone_defconfig: use default console device yegorslists at googlemail.com
@ 2019-09-30 20:21 ` Thomas Petazzoni
  2019-10-01  9:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-30 20:21 UTC (permalink / raw)
  To: buildroot

On Mon, 30 Sep 2019 08:04:47 +0200
yegorslists at googlemail.com wrote:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> OMAP kernels use 8250 driver by default. Hence the name of
> the console device is not /dev/ttyO0 but /dev/ttyS0.
> Use /dev/console in order to handle the console independently
> of the selected driver.
> 
> Tested in BeagleBone Black board.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  configs/beaglebone_defconfig | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] configs/beaglebone_defconfig: use default console device
  2019-09-30  6:04 [Buildroot] [PATCH] configs/beaglebone_defconfig: use default console device yegorslists at googlemail.com
  2019-09-30 20:21 ` Thomas Petazzoni
@ 2019-10-01  9:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-01  9:45 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > OMAP kernels use 8250 driver by default. Hence the name of
 > the console device is not /dev/ttyO0 but /dev/ttyS0.
 > Use /dev/console in order to handle the console independently
 > of the selected driver.

 > Tested in BeagleBone Black board.

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-10-01  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  6:04 [Buildroot] [PATCH] configs/beaglebone_defconfig: use default console device yegorslists at googlemail.com
2019-09-30 20:21 ` Thomas Petazzoni
2019-10-01  9:45 ` Peter Korsgaard

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.