configs/odroidc2: enable console display
Redirect the console output to the screen and not only to the serial port. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
feedf86615
commit
61b6abb2a2
@ -13,7 +13,7 @@ setenv m_bpp "32"
|
||||
setenv hpd "true"
|
||||
|
||||
# Default Console Device Setting
|
||||
setenv condev "console=ttyS0,115200n8" # Serial Console
|
||||
setenv condev "console=ttyS0,115200n8 console=tty0" # on both
|
||||
|
||||
# Meson Timer
|
||||
# 1 - Meson Timer
|
||||
|
Loading…
Reference in New Issue
Block a user