Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2021-01-05 Thread Stefano Babic
Hi Sebastian, On 05.01.21 18:27, Sebastian Reichel wrote: Hi Stefano, On Mon, Jan 04, 2021 at 08:41:33PM +0100, Stefano Babic wrote: I'm about to send PATCHv3 dropping the OF_LIBFDT_OVERLAY related cleanup. Thanks ! So I applied the patches related to the board, but I left this out. Not

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2021-01-05 Thread Sebastian Reichel
Hi Stefano, On Mon, Jan 04, 2021 at 08:41:33PM +0100, Stefano Babic wrote: > > I'm about to send PATCHv3 dropping the OF_LIBFDT_OVERLAY related > > cleanup. > > Thanks ! > > > > So I applied the patches related to the board, but I left this > > > out. > > > > Not applying this patch results in

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2021-01-04 Thread Stefano Babic
Hi Sebastian, On 04.01.21 20:27, Sebastian Reichel wrote: Hi, On Mon, Dec 28, 2020 at 12:39:57PM +0100, Stefano Babic wrote: On 15.12.20 00:41, Sebastian Reichel wrote: Support reusing board_fit_config_name_match() to automatically select a sensible default configuration for booting fitImages

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2021-01-04 Thread Sebastian Reichel
Hi, On Mon, Dec 28, 2020 at 12:39:57PM +0100, Stefano Babic wrote: > On 15.12.20 00:41, Sebastian Reichel wrote: > > Support reusing board_fit_config_name_match() to automatically > > select a sensible default configuration for booting fitImages > > using 'bootm'. > > > > For reasons I have not

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2020-12-28 Thread Stefano Babic
On 15.12.20 00:41, Sebastian Reichel wrote: > Support reusing board_fit_config_name_match() to automatically > select a sensible default configuration for booting fitImages > using 'bootm'. > For reasons I have not understood, this patch breaks "sometimes" the build : +common/image-fit.c: In fun

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2020-12-18 Thread Simon Glass
On Mon, 14 Dec 2020 at 16:42, Sebastian Reichel wrote: > > Support reusing board_fit_config_name_match() to automatically > select a sensible default configuration for booting fitImages > using 'bootm'. > > Signed-off-by: Sebastian Reichel > --- > common/image-fit.c | 19 +-- > 1

[PATCHv2 3/5] image: support board_fit_config_name_match

2020-12-14 Thread Sebastian Reichel
Support reusing board_fit_config_name_match() to automatically select a sensible default configuration for booting fitImages using 'bootm'. Signed-off-by: Sebastian Reichel --- common/image-fit.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/common/imag