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 08:29:05 +0100 |
commit | 7b2443364a42c731bc9eefa6bb460262464e26b6 (patch) | |
tree | c99e9dfb3c06ac24431336d2f77b8d347ca22522 /scripts/lib | |
parent | 57b9cad4ac3d6fbb1b93799c32311536d263aeb1 (diff) | |
download | openembedded-core-7b2443364a42c731bc9eefa6bb460262464e26b6.tar.gz openembedded-core-7b2443364a42c731bc9eefa6bb460262464e26b6.tar.bz2 openembedded-core-7b2443364a42c731bc9eefa6bb460262464e26b6.zip |
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.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
-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 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" |