Files
u-boot/include/asm-generic
Simon Glass 6969a6ac5b ulib: Implement GD_FLG_ULIB for library-usage mode
Add a new global_data flag GD_FLG_ULIB to indicate that U-Boot is being
used as a shared library. This allows suppressing console output that
is inappropriate for library usage while preserving normal boot messages
for standalone operation.

For now the flag must be enabled by the caller and it has no effect.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-09-04 14:23:55 -06:00
..