Add old fpga commands to Kconfig.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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