summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <[email protected]>2019-03-25 17:25:06 +0100
committerStefano Babic <[email protected]>2019-04-13 20:30:09 +0200
commitc7fcbfc695281975a96c765f110134d68c7cafc0 (patch)
treecbb0755062597789c903f7f514ad0b401b65d520 /include
parentda4cc0b63ad45464cb2fea3e4c770355ed811146 (diff)
colibri_vf: enable user debug by default
Let the kernel print some debug messages when a user program crashes due to an exception. Signed-off-by: Stefan Agner <[email protected]> Acked-by: Marcel Ziswiler <[email protected]> Reviewed-by: Igor Opaniuk <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_vf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 0bbeeb902e0..030281bb671 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -106,7 +106,7 @@
SD_BOOTCMD \
UBI_BOOTCMD \
"console=ttyLP0\0" \
- "defargs=\0" \
+ "defargs=user_debug=31\0" \
"dfu_alt_info=" DFU_ALT_NAND_INFO "\0" \
"fdt_board=eval-v3\0" \
"fdt_fixup=;\0" \