summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/machine/fri2.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-09 16:24:55 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-16 23:02:35 -0500
commitd55081747c70217adb06920c1df1c1be750d5bd2 (patch)
tree462c52172daae00df3ea66231f41267b2aa92352 /meta-fri2/conf/machine/fri2.conf
parent9836f1678fca5cb866da5bc0aec4ca5da724ad8d (diff)
downloadmeta-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.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
index e73d28fa..6029cee5 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
38SERIAL_CONSOLE = "115200 ttyS0" 38SERIAL_CONSOLE = "115200 ttyS0"
39 39
40APPEND += "video=vesafb vga=0x318"
41
40MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" 42MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
41 43
42IMAGE_FSTYPES ?= "ext3 cpio.gz live" 44IMAGE_FSTYPES ?= "ext3 cpio.gz live"