summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2019-08-01 11:06:34 +0300
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-08-16 20:08:26 +0200
commit16f0f497e5dafead3b427686ab7256c0bd1406a9 (patch)
tree2a3ab5011c51005a08856e28152d5a8c5eb4b122
parente88b02aaf83066d951d00125a19f39ffc7fd98ab (diff)
apalis-tk1: 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 <stefan.agner@toradex.com> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com> Signed-off-by: Tom Warren <twarren@nvidia.com> (cherry picked from commit 11d96e122a29eab51242b6502dd7ff9cce533fef)
-rw-r--r--include/configs/apalis-tk1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h
index 3d3fac9ec8..84e563e283 100644
--- a/include/configs/apalis-tk1.h
+++ b/include/configs/apalis-tk1.h
@@ -111,7 +111,8 @@
"boot_file=zImage\0" \
"console=ttyS0\0" \
"defargs=lp0_vec=2064@0xf46ff000 core_edp_mv=1150 core_edp_ma=4000 " \
- "usb_port_owner_info=2 lane_owner_info=6 emc_max_dvfs=0\0" \
+ "usb_port_owner_info=2 lane_owner_info=6 emc_max_dvfs=0 " \
+ "user_debug=30\0" \
"dfu_alt_info=" DFU_ALT_EMMC_INFO "\0" \
EMMC_BOOTCMD \
"fdt_board=eval\0" \