diff options
author | Dagg Stompler <daggs@gmx.com> | 2016-08-07 21:10:53 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-07 22:56:00 +0200 |
commit | 61b6abb2a2198d0a659d305ac3dd813a1f900aa1 (patch) | |
tree | a06448852947db572b2ec0c6af758ff07cf2f4d1 /board | |
parent | feedf866159e4f4eabab55143d0c989345827581 (diff) |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/hardkernel/odroidc2/boot.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hardkernel/odroidc2/boot.ini b/board/hardkernel/odroidc2/boot.ini index 4f17fecb9..203a42a03 100644 --- a/board/hardkernel/odroidc2/boot.ini +++ b/board/hardkernel/odroidc2/boot.ini @@ -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 |