summaryrefslogtreecommitdiff
path: root/configs/zynq_zed_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 03:25:21 -0600
committerTom Rini <trini@konsulko.com>2017-05-22 09:33:57 -0400
commitfe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (patch)
tree944e7df8325d987c065211e4ba36e680a7d1b053 /configs/zynq_zed_defconfig
parentdf1c489adec1530aea44b806c3c8a87ebaaf0050 (diff)
Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig
This converts the following to Kconfig: CONFIG_CMD_FPGA_LOADBP CONFIG_CMD_FPGA_LOADFS CONFIG_CMD_FPGA_LOADMK CONFIG_CMD_FPGA_LOADP Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/zynq_zed_defconfig')
-rw-r--r--configs/zynq_zed_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index 26a5320b61..2887ca4167 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -16,6 +16,10 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
CONFIG_CMD_USB=y
CONFIG_CMD_DFU=y
+CONFIG_CMD_FPGA_LOADBP=y
+CONFIG_CMD_FPGA_LOADFS=y
+CONFIG_CMD_FPGA_LOADMK=y
+CONFIG_CMD_FPGA_LOADP=y
CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TFTPPUT=y