arm64: debug: disable self-hosted debug by default
Signed-off-by: kdrag0n <dragon@khronodragon.com> Signed-off-by: celtare21 <celtare21@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ NOKPROBE_SYMBOL(mdscr_read);
|
||||
* Allow root to disable self-hosted debug from userspace.
|
||||
* This is useful if you want to connect an external JTAG debugger.
|
||||
*/
|
||||
static bool debug_enabled = true;
|
||||
static bool debug_enabled;
|
||||
|
||||
static int create_debug_debugfs_entry(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user