From: Anuj Mittal Date: Thu, 31 May 2018 04:34:33 +0000 (+0800) Subject: qemux86-directdisk.wks: remove uvesafb.mode_option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17786 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c40b241e8d40c8bc1c9e6065b12e260662f5bba4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemux86-directdisk.wks: remove uvesafb.mode_option Let this be dictated by the module parameter value being set by qemu machine configuration. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks index 1f8466af29b..cfa32bd38af 100644 --- a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks +++ b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks @@ -4,5 +4,5 @@ include common.wks.inc -bootloader --timeout=0 --append="vga=0 uvesafb.mode_option=640x480-32 rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 " +bootloader --timeout=0 --append="vga=0 rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 "