mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
riscv64: use earlycon=sbi on command line
With current kernel we need to specify the SBI driver for the early console to work. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
789729be3b
commit
6b3e2b5a97
@ -1,4 +1,4 @@
|
||||
# Booting on many riscv64 systems is slow. Let the user view progress.
|
||||
# For minimum output use
|
||||
# GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon=sbi"
|
||||
|
@ -1 +1 @@
|
||||
U_BOOT_PARAMETERS="ro efi=debug earlycon"
|
||||
U_BOOT_PARAMETERS="ro efi=debug earlycon=sbi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user