Merge patch series "exports overhaul"
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 17:55:55 +0000 (11:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 17:55:55 +0000 (11:55 -0600)
commit14b784aaf2a96b0f597b4fc3c5a3b4cb70f18182
tree7b9e64d5b5c8bbceda412f94d2fb18bd18f9e4ed
parentedce3c2905a2a9561d10bdb03e587a93e273758d
parent07588f4ad9b80e73726fd7ecb8e17e21785322a0
Merge patch series "exports overhaul"

Rasmus Villemoes <ravi@prevas.dk> says:

This all started from me wondering "why does this standalone app end
up being so huge"? Oh, it essentially links in its own standard C
library to get strlen() and snprintf(). Which then led to asking "why
don't we export all those standard C functions when we have them
anyway?".

CI has chewed on these and seem happy - it was CI which told me about
the necessity of [1/9]: https://github.com/u-boot/u-boot/pull/813

Link: https://lore.kernel.org/r/20250919101002.568488-1-ravi@prevas.dk