]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Fix references to trace doc
authorVincent Stehlé <vincent.stehle@arm.com>
Thu, 11 Apr 2024 16:44:02 +0000 (18:44 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 Apr 2024 09:14:29 +0000 (11:14 +0200)
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>
cmd/Kconfig
doc/develop/tests_sandbox.rst
lib/Kconfig

index 38305197602fdfb10f4386856a6bf86d59325578..f9f271616d3f4e49f9cae010183608e741ac7eb0 100644 (file)
@@ -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"
index bfd3bdb9270a517f2ce88deb6568b063026f5c61..72923070150d9816a71129e6fd91758074dbbc78 100644 (file)
@@ -28,8 +28,8 @@ Some of the available tests are:
 
      - test/image/test-imagetools.sh - multi-file images
      - test/py/tests/test-fit.py     - FIT images
-  - tracing: test/trace/test-trace.sh tests the tracing system (see
-      README.trace)
+  - tracing: test/trace/test-trace.sh tests the tracing system
+    (see :doc:`trace`).
   - verified boot: test/py/tests/test_vboot.py
 
 If you change or enhance any U-Boot subsystem, you should write or expand a
index 37ac14f7bab7c11ea7a6026502618654e606e974..efb77978a652414bf5327c5c95aff8e0ca7f2755 100644 (file)
@@ -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"