Skip to content

Commit

Permalink
grub: set more tty-s on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Oct 4, 2024
1 parent 3dfe911 commit da5650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ -z "$linux_console" ]; then
terminal_output console serial_com0
elif [ "$grub_platform" = efi ]; then
if [ "$grub_cpu" = arm64 ]; then
set linux_console="console=ttyAMA0,115200n8"
set linux_console="console=ttyAMA0,115200n8 console=tty console=tty0 console=hvc0"
else
set linux_console="console=ttyS0,115200n8 console=tty0"
fi
Expand Down

0 comments on commit da5650e

Please sign in to comment.