mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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 <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
da4cc0b63a
commit
c7fcbfc695
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue