diff options
| author | Vincent Stehlé <[email protected]> | 2024-04-11 18:44:02 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-04-13 11:14:29 +0200 |
| commit | 6d9a851e50b4cff59a5933d95a9241def08a4d0c (patch) | |
| tree | 1a0cfa83b7c03ec8cefa790c4d6ff7689ff7c23d /lib/Kconfig | |
| parent | 5884481e2a2613ae5f3b9c1dab0671acd88ca961 (diff) | |
Fix references to trace doc
The README.trace has been moved and converted to rst in commit dce26c7d56ed
("doc: move README.trace to HTML documentation"); fix all the remaining
references to this file.
Signed-off-by: Vincent Stehlé <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Heinrich Schuchardt <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 37ac14f7bab..efb77978a65 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -348,7 +348,7 @@ config TRACE Enables function tracing within U-Boot. This allows recording of call traces including timing information. The command can write data to memory for exporting for analysis (e.g. using bootchart). - See doc/README.trace for full details. + See doc/develop/trace.rst for full details. config TRACE_BUFFER_SIZE hex "Size of trace buffer in U-Boot" |
