On Thu, 09 Jul 2026 12:48:31 +0200, Carlo Caione wrote:
> With CONFIG_FIT_BEST_MATCH, fit_conf_find_compat() selects the
> configuration matching the most specific U-Boot compatible string; on
> equal matches the first listed configuration wins and the configurations
> node 'default' property is never consulted.
>
> A FIT whose configurations all share the same base devicetree compatible
> (e.g. one manifest carrying a base tree plus overlay combinations for a
> single board) therefore always boots the first configuration, silently
> ignoring the default chosen by the manifest author.
>
> [...]
Applied to u-boot/main, thanks!
[1/1] fit: prefer the default configuration on best-match ties
commit: 574b1adad70a19d95c65e0f37f9c36d94fb5418f
--
Tom