Re: [PATCH] common: fit: Add weak board_fit_config_name_match

2021-04-16 Thread Tom Rini
On Wed, Mar 31, 2021 at 02:32:27PM -0400, Sean Anderson wrote: > Several architectures had a default board_fit_config_name_match already; > this provides a generic weak version. We default to rejecting all configs. > This will use the FIT's default config, instead of the first config. This > may r

[PATCH] common: fit: Add weak board_fit_config_name_match

2021-03-31 Thread Sean Anderson
Several architectures had a default board_fit_config_name_match already; this provides a generic weak version. We default to rejecting all configs. This will use the FIT's default config, instead of the first config. This may result in boot failures if there are multiple configurations and the firs