
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(-) 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 -- 2.43.0