]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: Kconfig: Add config CMD_FPGA_LOAD_SECURE to Kconfig
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 14 Feb 2017 10:27:22 +0000 (15:57 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 20 Feb 2017 14:42:51 +0000 (15:42 +0100)
Add new config CMD_FPGA_LOAD_SECURE to Kconfig. This config
enables the support for loading encrypted bitstreams.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/Kconfig

index 124cfedfffaae6e131e5c58ee17aedf94c2b61e7..3dfb2ea904486a99055f7f3b6a6dbb9797388dd3 100644 (file)
@@ -448,6 +448,12 @@ config CMD_FPGA
        help
          FPGA support.
 
+config CMD_FPGA_LOAD_SECURE
+       bool "fpga loads"
+       help
+         Enables the fpga loade command which is used to load encrypted
+         bitstreams on to FPGA.
+
 config CMD_REMOTEPROC
        bool "remoteproc"
        depends on REMOTEPROC