Merge "rv1108: cvr: add debug init script"

This commit is contained in:
Zhichao Yu
2020-02-13 18:09:03 +08:00
committed by Gerrit Code Review

View File

@ -0,0 +1,8 @@
#!/bin/sh
#
# Debug init scripts
#
mount -t debugfs none /sys/kernel/debug
exit $?