
Hi,
On 7/12/22 12:58, Simon Glass wrote:
Hi,
On Tue, 5 Jul 2022 at 13:23, Oleksandr Suvorov oleksandr.suvorov@foundries.io wrote:
It allows using this feature without enabling the "fpga loads" command.
Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io Co-developed-by: Adrian Fiergolski adrian.fiergolski@fastree3d.com Signed-off-by: Adrian Fiergolski adrian.fiergolski@fastree3d.com Tested-by: Ricardo Salveti ricardo@foundries.io Tested-by: Adrian Fiergolski adrian.fiergolski@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?
We discussed this before and can be done on the top of this series.
M