From: Michal Simek Date: Fri, 24 Feb 2017 08:11:23 +0000 (+0100) Subject: cmd: Add fpga loadp and loadbp to Kconfig X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f2199f349ff2f48425cded7152ee6dcfdc8e870;p=thirdparty%2Fu-boot.git cmd: Add fpga loadp and loadbp to Kconfig Add old fpga commands to Kconfig. Signed-off-by: Michal Simek --- diff --git a/cmd/Kconfig b/cmd/Kconfig index baffcf2ff99..b81a23b15c6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -448,6 +448,18 @@ config CMD_FPGA help FPGA support. +config CMD_FPGA_LOADP + bool "fpga loadp" + help + Enables the fpga loadp command which is used to load partial + bitstreams on to FPGA. + +config CMD_FPGA_LOADBP + bool "fpga loadbp" + help + Enables the fpga loadbp command which is used to load partial + bitstreams on to FPGA in bit format. Xilinx only. + config CMD_FPGA_LOAD_SECURE bool "fpga loads" help