diff options
| author | T Karthik Reddy <[email protected]> | 2021-03-30 23:24:59 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2021-04-23 08:45:55 +0200 |
| commit | 84e7cc9126714e278912ca2e72e1816c364babdd (patch) | |
| tree | 10897f9dfe4f8675ab5871064f1a01044db83293 | |
| parent | b8126ab2bc6fe3beb2bedcfac9770022cb4f246a (diff) | |
xilinx: Enable DFU_TIMEOUT config
Enable CONFIG_DFU_TIMEOUT to set timeout waiting for dfu command.
Signed-off-by: T Karthik Reddy <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | configs/xilinx_versal_virt_defconfig | 1 | ||||
| -rw-r--r-- | configs/xilinx_zynq_virt_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index da3d2c2a936..03c81e6c275 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -49,6 +49,7 @@ CONFIG_NETCONSOLE=y CONFIG_IP_DEFRAG=y CONFIG_TFTP_BLOCKSIZE=4096 CONFIG_CLK_VERSAL=y +CONFIG_DFU_TIMEOUT=y CONFIG_DFU_RAM=y CONFIG_FPGA_XILINX=y CONFIG_FPGA_VERSALPL=y diff --git a/configs/xilinx_zynq_virt_defconfig b/configs/xilinx_zynq_virt_defconfig index 3892a71eac8..7e56395a521 100644 --- a/configs/xilinx_zynq_virt_defconfig +++ b/configs/xilinx_zynq_virt_defconfig @@ -65,6 +65,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_NETCONSOLE=y CONFIG_SPL_DM_SEQ_ALIAS=y +CONFIG_DFU_TIMEOUT=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_FPGA_XILINX=y |
