diff options
| author | Tom Rini <[email protected]> | 2023-01-19 09:46:57 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-19 09:46:57 -0500 |
| commit | 53c47c59e638cc118c272235db516bb541dad0ac (patch) | |
| tree | cd40236202c66c25e6f311f2654ebcfa087ed2b1 /doc/develop | |
| parent | 7aec35be4b5fa7aabc0ece03dc8825495d86a1be (diff) | |
| parent | 4c5907889553696160fabaa7e9f0c96ed1fa6597 (diff) | |
Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm
convert rockchip to use binman
patman fix for checkpatch
binman optional entries, improved support for ELF symbols
trace improvements
minor fdt refactoring
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/trace.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/trace.rst b/doc/develop/trace.rst index b22e068ef9e..5c7802da51a 100644 --- a/doc/develop/trace.rst +++ b/doc/develop/trace.rst @@ -185,7 +185,7 @@ this produces sensible results for your board. Suitable sources for this timer include high resolution timers, PWMs or profile timers if available. Most modern SOCs have a suitable timer for this. Make sure that you mark this timer (and anything it calls) with -__attribute__((no_instrument_function)) so that the trace library can +notrace so that the trace library can use it without causing an infinite loop. |
