Re: [PATCH v9 08/13] spl: fit: pass real compatible flags to fpga_load()

2022-06-07 Thread Michal Simek
On 6/1/22 10:46, Oleksandr Suvorov wrote: Convert taken FPGA image "compatible" string to a binary compatible flag and pass it to an FPGA driver. Signed-off-by: Oleksandr Suvorov --- (no changes since v1) common/spl/spl_fit.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions

[PATCH v9 08/13] spl: fit: pass real compatible flags to fpga_load()

2022-06-01 Thread Oleksandr Suvorov
Convert taken FPGA image "compatible" string to a binary compatible flag and pass it to an FPGA driver. Signed-off-by: Oleksandr Suvorov --- (no changes since v1) common/spl/spl_fit.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/common/spl/spl_fit.c b/common/s