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:
kdrag0n
2018-12-27 20:52:05 -08:00
committed by nisel
parent 592ea90818
commit 2980f5e379

View File

@@ -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)
{