configs/beaglebone_defconfig: use default console device
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 30 Sep 2019 06:04:47 +0000 (08:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 30 Sep 2019 20:21:11 +0000 (22:21 +0200)
commit68b5b79b2fb316fd7c6c40c12a7e9ddaeada837d
tree0eff1ec6b6df57968882f0f5834ebdd4f09a9ac1
parent2152d7247ed4cf194f0c675398f419c99dd9226d
configs/beaglebone_defconfig: use default console device

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/beaglebone_defconfig