diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-28 10:21:46 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-16 23:02:34 -0500 |
commit | b8ba2b12bc179a57fbf706ca5d6315312de87a4d (patch) | |
tree | 72183f0c8019707863e337c354205cecdcac9362 /meta-emenlow/conf/machine | |
parent | 222f25151df2c9f78bfde63e326acb9434a8984a (diff) | |
download | meta-intel-b8ba2b12bc179a57fbf706ca5d6315312de87a4d.tar.gz |
emenlow: set boot vga mode
Set boot params to get a vesafb 1024x768 graphics mode and can see the
splash screen.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/conf/machine')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 49b689a0..57a96c3e 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -34,6 +34,8 @@ XSERVER ?= "xserver-psb \ | |||
34 | 34 | ||
35 | SERIAL_CONSOLE = "115200 ttyS0" | 35 | SERIAL_CONSOLE = "115200 ttyS0" |
36 | 36 | ||
37 | APPEND += "video=vesafb vga=0x318" | ||
38 | |||
37 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 39 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
38 | 40 | ||
39 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | 41 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" |