diff mbox series

configs/beaglebone_defconfig: use default console device

Message ID 20190930060447.7377-1-yegorslists@googlemail.com
State Accepted
Headers show
Series configs/beaglebone_defconfig: use default console device | expand

Commit Message

Yegor Yefremov Sept. 30, 2019, 6:04 a.m. UTC
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(-)

Comments

Thomas Petazzoni Sept. 30, 2019, 8:21 p.m. UTC | #1
On Mon, 30 Sep 2019 08:04:47 +0200
yegorslists@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
Peter Korsgaard Oct. 1, 2019, 9:45 a.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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