[PATCH] global: Correct duplicate U_BOOT_DRIVER entry names

Tom Rini trini at konsulko.com
Tue Apr 7 21:50:18 CEST 2026


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




More information about the U-Boot mailing list