Hi, On Tue, 5 Jul 2022 at 13:23, Oleksandr Suvorov <oleksandr.suvo...@foundries.io> wrote: > > It allows using this feature without enabling the "fpga loads" > command. > > Signed-off-by: Oleksandr Suvorov <oleksandr.suvo...@foundries.io> > Co-developed-by: Adrian Fiergolski <adrian.fiergol...@fastree3d.com> > Signed-off-by: Adrian Fiergolski <adrian.fiergol...@fastree3d.com> > Tested-by: Ricardo Salveti <rica...@foundries.io> > Tested-by: Adrian Fiergolski <adrian.fiergol...@fastree3d.com> > --- > > (no changes since v1) > > cmd/Kconfig | 3 ++- > drivers/fpga/Kconfig | 14 ++++++++++++++ > drivers/fpga/fpga.c | 2 +- > drivers/fpga/xilinx.c | 2 +- > drivers/fpga/zynqmppl.c | 4 ++-- > 5 files changed, 20 insertions(+), 5 deletions(-)
This should use driver model, with a UCLASS_FPGA, etc. Can someone please figure out how to convert it? Regards, Simon