[Concept,10/10] doc: ulib: Provide some documentation on the ulib examples

Message ID 20250905212330.354827-11-sjg@u-boot.org
State New
Headers
Series ulib: Provide examples for building outside the tree |

Commit Message

Simon Glass Sept. 5, 2025, 9:23 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

Update the documentation to point to the examples.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/develop/ulib.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/doc/develop/ulib.rst b/doc/develop/ulib.rst
index 559f170ce42..8df3a6f99bc 100644
--- a/doc/develop/ulib.rst
+++ b/doc/develop/ulib.rst
@@ -88,6 +88,9 @@  u-boot-lib.h you will have problems, as described in the following sections.
 
 This will be addressed with future work.
 
+With that caveat, see example/ulib/README for instructions on how to use the
+provided example.
+
 Including U-Boot header files from outside
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~