Re: [PATCH] global: Correct duplicate U_BOOT_DRIVER entry names
Tom Rini <[email protected]> Tue, 07 Apr 2026 13:50:18 -0600
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 23 Mar 2026 16:55:37 -0600, Tom Rini wrote:
> The U_BOOT_DRIVER macro creates a list of drivers used at link time, and
> all entries here must be unique. This in turn means that all entries in
> the code should also be unique in order to not lead to build failures
> later with unexpected build combinations. Typically, the problem we have
> here is when a driver is obviously based on another driver and didn't
> update this particular field and so while the name field reflects
> something unique the linker entry itself is not. In a few places this
> provides a more suitable string name as well, however.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] global: Correct duplicate U_BOOT_DRIVER entry names
commit: 8c212d6e2e778b4f294d1d9f85eac9680a66d463
--
Tom