Re: [PATCHv3 2/2] image: support board_fit_config_name_match

2021-01-06 Thread Tom Rini
On Mon, Jan 04, 2021 at 08:48:04PM +0100, Sebastian Reichel wrote: > Support reusing board_fit_config_name_match() to automatically > select a sensible default configuration for booting fitImages > using 'bootm'. > > Reviewed-by: Simon Glass > Signed-off-by: Sebastian Reichel Applied to

[PATCHv3 2/2] image: support board_fit_config_name_match

2021-01-04 Thread Sebastian Reichel
Support reusing board_fit_config_name_match() to automatically select a sensible default configuration for booting fitImages using 'bootm'. Reviewed-by: Simon Glass Signed-off-by: Sebastian Reichel --- common/image-fit.c | 19 +-- 1 file changed, 13 insertions(+), 6