[PATCH] include: completion.h: Convert the rest of the dummy functions to macros
Tom Rini
trini at konsulko.com
Fri Oct 10 21:23:18 CEST 2025
On Fri, 26 Sep 2025 09:31:28 -0600, Tom Rini wrote:
> While we declare some of our dummy functions as "inline" we do not also
> declare them as "static" and so it is possible for the compiler to
> decide to make these as global functions instead. This can lead to link
> time failures in some cases, such as "allyesconfig". As these are just
> dummy functions, convert them to a macro instead.
>
>
> [...]
Applied to u-boot/master, thanks!
[1/1] include: completion.h: Convert the rest of the dummy functions to macros
commit: 8ea8487da05cf93a9ae49c170f3b15d585a368f6
--
Tom
More information about the U-Boot
mailing list