Re: [RFC PATCH 1/2] fpga_load: pass compatible string

2021-10-15 Thread Jorge Ramirez-Ortiz, Foundries
On 14/10/21, Simon Glass wrote: > Hi Jorge, > > On Tue, 5 Oct 2021 at 05:13, Jorge Ramirez-Ortiz wrote: > > > > Instead of ignoring the mandatory fpga compatible string, let the > > different implementations decide how to handle it > > > > Signed-off-by: Jorge Ramirez-Ortiz > > --- > >

Re: [RFC PATCH 1/2] fpga_load: pass compatible string

2021-10-14 Thread Simon Glass
Hi Jorge, On Tue, 5 Oct 2021 at 05:13, Jorge Ramirez-Ortiz wrote: > > Instead of ignoring the mandatory fpga compatible string, let the > different implementations decide how to handle it > > Signed-off-by: Jorge Ramirez-Ortiz > --- > cmd/fpga.c | 8 > common/image.c

[RFC PATCH 1/2] fpga_load: pass compatible string

2021-10-05 Thread Jorge Ramirez-Ortiz
Instead of ignoring the mandatory fpga compatible string, let the different implementations decide how to handle it Signed-off-by: Jorge Ramirez-Ortiz --- cmd/fpga.c | 8 common/image.c | 4 ++-- common/spl/spl_fit.c | 4 +--- drivers/fpga/fpga.c | 11 +--