]> git.baikalelectronics.ru Git - uboot.git/commit
trace: Use text_base from the trace header
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:55 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commit16050d93352c041eec2caccdbde0e2fe09c54c5f
tree7380d8ef9bf3e0315521ea34fa2f11a9901973be
parent89e55bf317b8b538b72f46e169dc65aefc95f650
trace: Use text_base from the trace header

Use the information in the trace header instead of reading it from the
trace records. Add debugging to check that System.map and the trace header
agree on this value.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/proftool.c