
20 Jan
2025
20 Jan
'25
9:57 a.m.
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