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>
This commit is contained in:
Tom Zanussi 2011-09-28 10:21:46 -05:00
parent 222f25151d
commit b8ba2b12bc

View File

@ -34,6 +34,8 @@ XSERVER ?= "xserver-psb \
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "video=vesafb vga=0x318"
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
IMAGE_FSTYPES ?= "ext3 cpio.gz live"