[U-Boot][PATCH v3 4/4] fpga: xilinx exclusive commands

Alexander Dahl ada at thorsis.com
Mon Jan 20 09:57:42 CET 2025


Hello,

Am Fri, Jan 17, 2025 at 11:25:51AM +0000 schrieb Ibai Erkiaga:
> @@ -1192,7 +1198,7 @@ config CMD_FPGA_LOADMK
>  config CMD_FPGA_LOAD_SECURE
>  	bool "fpga loads - loads secure bitstreams"
>  	depends on CMD_FPGA
> -	select FPGA_LOAD_SECURE
> +	select FPGA_LOAD_SECURE && FPGA_XILINX
>  	help
>  	  Enables the fpga loads command which is used to load secure
>  	  (authenticated or encrypted or both) bitstreams on to FPGA.

This does not work, you need to have one line per selected kconfig
symbol.  Your change leads to this:

    cmd/Kconfig:1184: syntax error
    cmd/Kconfig:1183: invalid option

You should have noticed this when testing. ;-)

Greets
Alex



More information about the U-Boot mailing list