summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2025-09-19 12:10:01 +0200
committerTom Rini <[email protected]>2025-09-26 11:55:13 -0600
commitd95706158203db0b2281e134e8dfbad87e3d668c (patch)
tree8ae889112abfd841b05d2c35f509e47ed233212d /scripts
parent2ef6c17f7f46a908e99e24de53d2c153dc1972ab (diff)
_exports.h: export standard memory/string handling functions
The current list of exported functions lacks quite a few bog-standard C library functions that we might as well expose, since U-Boot certainly has them implemented anyway. There's no reason a standalone application should have its own strlen() implementation or link in a copy from some tiny libc. For a customer's standalone app, this means it goes from 95K to 10K. More importantly, we can ditch the custom toolchain including a newlibc used to build the standalone app and just use the same toolchain as used to build u-boot itself. Signed-off-by: Rasmus Villemoes <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions