mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
fri2: Append nopat to avoid bad_page error messages at boot
During FRI2 EFI boot, bad_page errors are printed to the console. Using nopat avoids the issue. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
2552a04687
commit
8dd99c852d
|
|
@ -23,7 +23,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
|
|||
# trick syslinux into configuring a 115200 baud.
|
||||
SYSLINUX_OPTS = "serial 0xb060 3318"
|
||||
SERIAL_CONSOLE = "115200 ttyPCH1"
|
||||
APPEND += "console=ttyPCH1,115200 console=tty0"
|
||||
APPEND += "console=ttyPCH1,115200 console=tty0 nopat"
|
||||
|
||||
# EFI boot will ignore this and use the EFI framebuffer at 800x600
|
||||
APPEND += "video=vesafb vga=0x318"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
|||
# trick syslinux into configuring a 115200 baud.
|
||||
SYSLINUX_OPTS = "serial 0xb060 3318"
|
||||
SERIAL_CONSOLE = "115200 ttyPCH1"
|
||||
APPEND += "console=ttyPCH1,115200 console=tty0"
|
||||
APPEND += "console=ttyPCH1,115200 console=tty0 nopat"
|
||||
|
||||
# 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