mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rockchip: unlimited logging to /dev/kmsg for rv1126-evb-ddr3-v10-tb
printk.devkmsg={on,off,ratelimit}
Control writing to /dev/kmsg.
on - unlimited logging to /dev/kmsg from userspace
off - logging to /dev/kmsg disabled
ratelimit - ratelimit the logging
Default: ratelimit
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: I69f5f4804990247b35e9aea3106e1536b8dc3be7
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
compatible = "rockchip,rv1126-evb-ddr3-v10-tb", "rockchip,rv1126";
|
||||
|
||||
chosen {
|
||||
bootargs = "loglevel=0 initcall_nr_threads=0 initcall_debug=0 root=/dev/rd0 console=ttyFIQ0 snd_aloop.index=7";
|
||||
bootargs = "loglevel=0 initcall_nr_threads=0 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 console=ttyFIQ0 snd_aloop.index=7";
|
||||
};
|
||||
|
||||
memory {
|
||||
|
||||
Reference in New Issue
Block a user