diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-09 21:24:55 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-17 04:02:35 (GMT) |
commit | d55081747c70217adb06920c1df1c1be750d5bd2 (patch) | |
tree | 462c52172daae00df3ea66231f41267b2aa92352 /meta-fri2/conf/machine/fri2.conf | |
parent | 9836f1678fca5cb866da5bc0aec4ca5da724ad8d (diff) | |
download | meta-intel-d55081747c70217adb06920c1df1c1be750d5bd2.tar.gz |
fri2: 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-fri2/conf/machine/fri2.conf')
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index e73d28f..6029cee 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -37,6 +37,8 @@ PREFERRED_VERSION_emgd-driver-bin ?= "1.8" | |||
37 | 37 | ||
38 | SERIAL_CONSOLE = "115200 ttyS0" | 38 | SERIAL_CONSOLE = "115200 ttyS0" |
39 | 39 | ||
40 | APPEND += "video=vesafb vga=0x318" | ||
41 | |||
40 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 42 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
41 | 43 | ||
42 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | 44 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" |