commit | db3edcac02c10817ee97944118986b76630db34c | [log] [tgz] |
---|---|---|
author | Yongqin Liu <yongqin.liu@linaro.org> | Tue Mar 28 22:44:07 2017 +0800 |
committer | Yongqin Liu <yongqin.liu@linaro.org> | Wed Mar 29 08:33:38 2017 +0800 |
tree | c45078ce57747f035630cc40f5b1323282c8ef58 | |
parent | 5e2670e4bc20998d1e690a5cf1f99ba040907de1 [diff] |
hikey: turn on printk.devkmsg for 4.9 kernel With 4.9 kernel, ratelimit is default for kernel messages, so we would not see message printed from userspace like following: init: starting service 'surfaceflinger'... The information like this is necessary for us to know the status of android boot during development, so turn on printk.devkmsg from the boot parameters. kernel documentation is here: https://android.googlesource.com/kernel/hikey-linaro/+/android-hikey-linaro-4.9/Documentation/kernel-parameters.txt#3273 Test: manually with hikey Change-Id: Ib0ec7a311129108a14478c707564309ae10b390d Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>