diff options
author | Vincent Stehlé <vincent.stehle@arm.com> | 2024-04-11 18:44:02 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-13 11:14:29 +0200 |
commit | 6d9a851e50b4cff59a5933d95a9241def08a4d0c (patch) | |
tree | 1a0cfa83b7c03ec8cefa790c4d6ff7689ff7c23d /cmd/Kconfig | |
parent | 5884481e2a2613ae5f3b9c1dab0671acd88ca961 (diff) | |
download | u-boot-6d9a851e50b4cff59a5933d95a9241def08a4d0c.tar.gz u-boot-6d9a851e50b4cff59a5933d95a9241def08a4d0c.tar.bz2 u-boot-6d9a851e50b4cff59a5933d95a9241def08a4d0c.zip |
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é <vincent.stehle@arm.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 3830519760..f9f271616d 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2832,8 +2832,8 @@ config CMD_TRACE Enables a command to control using of 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. + for analysis (e.g. using bootchart). See doc/develop/trace.rst + for full details. config CMD_AVB bool "avb - Android Verified Boot 2.0 operations" |