diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-05-14 07:51:42 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-05-14 18:40:22 +0800 |
| commit | 409259e9cff9a9fcae0f2fa0c4ae3ba16682cdda (patch) | |
| tree | 6bdd3d5271b6e1a7019654dd7c78a276b92a3aa4 /doc | |
| parent | fcaf019c4ed85607bef759ec074df92da222afcf (diff) | |
riscv: simplify backtrace report
* We already have a header 'backtrace', there is no need to repeat the
word backtrace on every line.
* Add a blank line before the backtrace section of the crash report for
improved readability.
* If U-Boot is compiled without backtrace, there is no need to write a
message at all.
* Avoid #ifdef. We prefer functions to always be compiled and let
the linker remove them if not needed.
* Foresee 3 digits for the backtrace index.
For testing the 'exception' command can be used.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
