Re: [PATCH v3 4/5] spl: Support loading a FIT from ext FS

2023-06-03 Thread Mayuresh Chitale
On Wed, May 17, 2023 at 8:11 PM Tom Rini wrote: > > On Thu, May 04, 2023 at 03:23:26PM +0530, Mayuresh Chitale wrote: > > > Detect a FIT when loading from an ext File system and handle it using > > the FIT SPL support. > > > > Signed-off-by: Mayuresh Chitale > > --- > > common/spl/spl_ext.c | 33

Re: [PATCH v3 4/5] spl: Support loading a FIT from ext FS

2023-06-03 Thread Mayuresh Chitale
On Fri, May 5, 2023 at 6:11 AM Simon Glass wrote: > > Hi Mayuresh, > > On Thu, 4 May 2023 at 03:53, Mayuresh Chitale > wrote: > > > > Detect a FIT when loading from an ext File system and handle it using > > the FIT SPL support. > > > > Signed-off-by: Mayuresh Chitale > > --- > > common/spl/sp

Re: [PATCH v3 4/5] spl: Support loading a FIT from ext FS

2023-05-17 Thread Heinrich Schuchardt
Am 17. Mai 2023 16:41:47 MESZ schrieb Tom Rini : >On Thu, May 04, 2023 at 03:23:26PM +0530, Mayuresh Chitale wrote: > >> Detect a FIT when loading from an ext File system and handle it using >> the FIT SPL support. >> >> Signed-off-by: Mayuresh Chitale >> --- >> common/spl/spl_ext.c | 33

Re: [PATCH v3 4/5] spl: Support loading a FIT from ext FS

2023-05-17 Thread Tom Rini
On Thu, May 04, 2023 at 03:23:26PM +0530, Mayuresh Chitale wrote: > Detect a FIT when loading from an ext File system and handle it using > the FIT SPL support. > > Signed-off-by: Mayuresh Chitale > --- > common/spl/spl_ext.c | 33 + > 1 file changed, 33 insertio

Re: [PATCH v3 4/5] spl: Support loading a FIT from ext FS

2023-05-04 Thread Simon Glass
Hi Mayuresh, On Thu, 4 May 2023 at 03:53, Mayuresh Chitale wrote: > > Detect a FIT when loading from an ext File system and handle it using > the FIT SPL support. > > Signed-off-by: Mayuresh Chitale > --- > common/spl/spl_ext.c | 33 + > 1 file changed, 33 insert

[PATCH v3 4/5] spl: Support loading a FIT from ext FS

2023-05-04 Thread Mayuresh Chitale
Detect a FIT when loading from an ext File system and handle it using the FIT SPL support. Signed-off-by: Mayuresh Chitale --- common/spl/spl_ext.c | 33 + 1 file changed, 33 insertions(+) diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c index f117c630bf.