diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-12-07 23:58:34 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-12-08 00:17:22 (GMT) |
commit | 9672eec8175b00723e8d0d684233f61dab709517 (patch) | |
tree | 70438b71bbc6f169b4c0edf67a0b07e8a7da810b /meta-fri2/conf | |
parent | 3909001535859169b30298735ea64c48ceec4df6 (diff) | |
download | meta-intel-9672eec8175b00723e8d0d684233f61dab709517.tar.gz |
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>
Diffstat (limited to 'meta-fri2/conf')
-rw-r--r-- | meta-fri2/conf/machine/fri2-noemgd.conf | 1 | ||||
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf index a8b889f..911a449 100644 --- a/meta-fri2/conf/machine/fri2-noemgd.conf +++ b/meta-fri2/conf/machine/fri2-noemgd.conf | |||
@@ -19,5 +19,6 @@ SYSLINUX_OPTS = "serial 0 115200" | |||
19 | SERIAL_CONSOLE = "115200 ttyS0" | 19 | SERIAL_CONSOLE = "115200 ttyS0" |
20 | APPEND += "console=ttyS0,115200 console=tty0" | 20 | APPEND += "console=ttyS0,115200 console=tty0" |
21 | 21 | ||
22 | # EFI boot will ignore this and use the EFI framebuffer at 800x600 | ||
22 | APPEND += "video=vesafb vga=0x318" | 23 | APPEND += "video=vesafb vga=0x318" |
23 | 24 | ||
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index da4e981..9ae4287 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -23,4 +23,5 @@ SYSLINUX_OPTS = "serial 0 115200" | |||
23 | SERIAL_CONSOLE = "115200 ttyS0" | 23 | SERIAL_CONSOLE = "115200 ttyS0" |
24 | APPEND += "console=ttyS0,115200 console=tty0" | 24 | APPEND += "console=ttyS0,115200 console=tty0" |
25 | 25 | ||
26 | # EFI boot will ignore this and use the EFI framebuffer at 800x600 | ||
26 | APPEND += "video=vesafb vga=0x318" | 27 | APPEND += "video=vesafb vga=0x318" |