summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/machine/fri2-noemgd.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-07-30 09:37:25 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-07-30 09:37:25 -0700
commit8dd99c852d1b7338a7265245aa1c8822a3094ece (patch)
treed5cec02b93369cbfb537ce0efd4fe652ed1076cd /meta-fri2/conf/machine/fri2-noemgd.conf
parent2552a046878e4352595f6e081ad371538cceda10 (diff)
downloadmeta-intel-8dd99c852d1b7338a7265245aa1c8822a3094ece.tar.gz
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>
Diffstat (limited to 'meta-fri2/conf/machine/fri2-noemgd.conf')
-rw-r--r--meta-fri2/conf/machine/fri2-noemgd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf
index 92052927..da35bb0a 100644
--- a/meta-fri2/conf/machine/fri2-noemgd.conf
+++ b/meta-fri2/conf/machine/fri2-noemgd.conf
@@ -23,7 +23,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
23# trick syslinux into configuring a 115200 baud. 23# trick syslinux into configuring a 115200 baud.
24SYSLINUX_OPTS = "serial 0xb060 3318" 24SYSLINUX_OPTS = "serial 0xb060 3318"
25SERIAL_CONSOLE = "115200 ttyPCH1" 25SERIAL_CONSOLE = "115200 ttyPCH1"
26APPEND += "console=ttyPCH1,115200 console=tty0" 26APPEND += "console=ttyPCH1,115200 console=tty0 nopat"
27 27
28# EFI boot will ignore this and use the EFI framebuffer at 800x600 28# EFI boot will ignore this and use the EFI framebuffer at 800x600
29APPEND += "video=vesafb vga=0x318" 29APPEND += "video=vesafb vga=0x318"