]> code.ossystems Code Review - openembedded-core.git/commitdiff
mkgummidisk.wks: update kernel command line
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 7 Oct 2016 06:30:09 +0000 (09:30 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Oct 2016 07:29:05 +0000 (08:29 +0100)
Used ttyS0 console.
Removed usage of ttyPCH0 (FRI2 leftover)
Decreased bootloader timeout to 5 seconds
Removed 'vmalloc=256MB snd-hda-intel.enable_msi=0' as it's not
needed for any of reference BSPs.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/canned-wks/mkgummidisk.wks

index 66a22f60bd4e077283785c54ef6623a3c5dcf9d4..616d3ced194986ed4a453dab91937308416e2d58 100644 (file)
@@ -8,4 +8,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024
 
 part swap --ondisk sda --size 44 --label swap1 --fstype=swap
 
-bootloader  --timeout=10  --append="rootwait rootfstype=ext4 console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda-intel.enable_msi=0"
+bootloader  --timeout=5  --append="rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0"