Merge "rv1108: cvr: add debug init script"
This commit is contained in:
8
rv1108/overlay-board/rv1108-minievb-v10-cvr/etc/init.d/S20debug
Executable file
8
rv1108/overlay-board/rv1108-minievb-v10-cvr/etc/init.d/S20debug
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Debug init scripts
|
||||
#
|
||||
|
||||
mount -t debugfs none /sys/kernel/debug
|
||||
|
||||
exit $?
|
||||
Reference in New Issue
Block a user