mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
fri2: Comment framebuffer APPEND setting
Note that the vesafb will only be used when booting via legacy PCBIOS. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
3909001535
commit
9672eec817
|
@ -19,5 +19,6 @@ SYSLINUX_OPTS = "serial 0 115200"
|
|||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
APPEND += "console=ttyS0,115200 console=tty0"
|
||||
|
||||
# EFI boot will ignore this and use the EFI framebuffer at 800x600
|
||||
APPEND += "video=vesafb vga=0x318"
|
||||
|
||||
|
|
|
@ -23,4 +23,5 @@ SYSLINUX_OPTS = "serial 0 115200"
|
|||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
APPEND += "console=ttyS0,115200 console=tty0"
|
||||
|
||||
# EFI boot will ignore this and use the EFI framebuffer at 800x600
|
||||
APPEND += "video=vesafb vga=0x318"
|
||||
|
|
Loading…
Reference in New Issue
Block a user