diff options
author | Heinrich Schuchardt | 2024-05-14 07:51:42 +0200 |
---|---|---|
committer | Leo Yu-Chi Liang | 2024-05-14 18:40:22 +0800 |
commit | 409259e9cff9a9fcae0f2fa0c4ae3ba16682cdda (patch) | |
tree | 6bdd3d5271b6e1a7019654dd7c78a276b92a3aa4 /config.mk | |
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'config.mk')
0 files changed, 0 insertions, 0 deletions