mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
remove console=ttyS0 since SiS550 does not even have serial port
This commit is contained in:
parent
f1153faf75
commit
e187729ead
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ option HAVE_FRAMEBUFFER
|
|||
linux /usr/src/linux
|
||||
|
||||
# Kernel command line parameters
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 video=sisfb:1024x768-32@85,font:VGA8x16
|
||||
commandline root=/dev/hda1 console=tty0 video=sisfb:1024x768-32@85,font:VGA8x16
|
||||
|
|
Loading…
Add table
Reference in a new issue