]> code.ossystems Code Review - openembedded-core.git/commitdiff
atom-pc: remove kernel video mode parameters
authorDarren Hart <dvhart@linux.intel.com>
Thu, 14 Oct 2010 19:33:56 +0000 (12:33 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 09:13:26 +0000 (10:13 +0100)
The kernel video mode parameters are not needed with the atom-pc linux-wrs
configuration. Without them, we boot up with a standard 80x25 text display
until the Intel i915 driver is initialized, at which point we switch to a
higher resolution text mode. Afterwards, a sato image will start the splash
screen and successfully boot to X.

Tested on the Toshiba NB305 netbook and the Black Sand development board.

[BUGID #450]

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
meta/conf/machine/atom-pc.conf

index 424e0e96c6a6cddf60b14d449213bb3bd4c1f46a..61d3d943abd8f4958ba3da893aec34c1060da8ca 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=3847 usbcore.autosuspend=1"
+APPEND += "usbcore.autosuspend=1"
 
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"