]> code.ossystems Code Review - openembedded-core.git/commitdiff
atom-pc: get rid of undefined video mode prompt on bootup
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 14 Oct 2010 18:38:47 +0000 (13:38 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 14 Oct 2010 19:12:03 +0000 (20:12 +0100)
Temporary fix for [BUGID #450]

This fixes the video mode number to the expected value for this video
setting, but the setting itself needs to be fixed along with matching
config options - this patch is just a temporary fix for RC2.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
meta/conf/machine/atom-pc.conf

index dcbae5c3c1252472b5d693b0e95e3abd148a3278..424e0e96c6a6cddf60b14d449213bb3bd4c1f46a 100644 (file)
@@ -36,7 +36,7 @@ IMAGE_ROOTFS_SIZE_ext3 = "500000"
 
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
-APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1"
+APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=3847 usbcore.autosuspend=1"
 
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"