Skip to content

Commit da5650e

Browse files
committed
grub: set more tty-s on arm64
1 parent 3dfe911 commit da5650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_library/grub.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if [ -z "$linux_console" ]; then
7979
terminal_output console serial_com0
8080
elif [ "$grub_platform" = efi ]; then
8181
if [ "$grub_cpu" = arm64 ]; then
82-
set linux_console="console=ttyAMA0,115200n8"
82+
set linux_console="console=ttyAMA0,115200n8 console=tty console=tty0 console=hvc0"
8383
else
8484
set linux_console="console=ttyS0,115200n8 console=tty0"
8585
fi

0 commit comments

Comments
 (0)