[Concept,10/14] doc: ulib: Clarify calling functions in any header

Message ID 20250911214425.3687188-11-sjg@u-boot.org
State New
Headers
Series ulib: Add support for Rust main programs |

Commit Message

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

It is already possible to call functions in any U-Boot header. Add more
detail to explain what is meant in this 'future work' item.

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

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

Patch

diff --git a/doc/develop/ulib.rst b/doc/develop/ulib.rst
index ccef5f36e3c..b2510a781aa 100644
--- a/doc/develop/ulib.rst
+++ b/doc/develop/ulib.rst
@@ -415,5 +415,6 @@  Future Work
 * Selective inclusion of U-Boot subsystems
 * API versioning and stability guarantees
 * pkg-config support for easier integration
-* Support for calling functions in any U-Boot header
+* Support for calling functions in any U-Boot header, without needing the source
+  tree
 * Improved symbol renaming with namespace support