diff options
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r-- | docs/user-guide.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 85103b36..01055316 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -172,6 +172,10 @@ performed. entrypoint) or 1 (CPU reset to BL3-1 entrypoint). The default value is 0. +* `CRASH_REPORTING`: A non-zero value enables a console dump of processor + register state when an unexpected exception occurs during execution of + BL3-1. This option defaults to the value of `DEBUG` - i.e. by default + this is only enabled for a debug build of the firmware. ### Creating a Firmware Image Package |