]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/commit
common: fit: Add weak board_fit_config_name_match
authorSean Anderson <sean.anderson@seco.com>
Wed, 31 Mar 2021 18:32:27 +0000 (14:32 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 14 Apr 2021 19:23:01 +0000 (15:23 -0400)
commitd442f69399996d426cdc45ce40bcf1e48d9cd8b9
tree62dda82e4db1509b5df7a9e3927936de47efe1ca
parent6795c751098810c3f8489d94d5a7cba430bade6d
common: fit: Add weak board_fit_config_name_match

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
first config is *not* the default.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
arch/arm/cpu/armv8/fsl-layerscape/spl.c
arch/arm/mach-rockchip/spl.c
common/common_fit.c