diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-10-07 09:30:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-09 12:31:40 +0100 |
commit | b5e89240685ea6d919c176f2d3ba1a337777f421 (patch) | |
tree | fd823357a26501e0c83099c31e7fa496040de1d8 /scripts/lib/wic | |
parent | 2f7c6bb5f7610e0e539cb8a52502e75d788d9984 (diff) | |
download | poky-b5e89240685ea6d919c176f2d3ba1a337777f421.tar.gz |
mkgummidisk.wks: update kernel command line
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.
(From OE-Core rev: 7b2443364a42c731bc9eefa6bb460262464e26b6)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic')
-rw-r--r-- | scripts/lib/wic/canned-wks/mkgummidisk.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/mkgummidisk.wks b/scripts/lib/wic/canned-wks/mkgummidisk.wks index 66a22f60bd..616d3ced19 100644 --- a/scripts/lib/wic/canned-wks/mkgummidisk.wks +++ b/scripts/lib/wic/canned-wks/mkgummidisk.wks | |||
@@ -8,4 +8,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 | |||
8 | 8 | ||
9 | part swap --ondisk sda --size 44 --label swap1 --fstype=swap | 9 | part swap --ondisk sda --size 44 --label swap1 --fstype=swap |
10 | 10 | ||
11 | bootloader --timeout=10 --append="rootwait rootfstype=ext4 console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda-intel.enable_msi=0" | 11 | bootloader --timeout=5 --append="rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0" |