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:
Darren Hart 2012-07-30 09:37:25 -07:00
parent 2552a04687
commit 8dd99c852d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"