summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>2021-03-24 23:37:57 -0600
committerMichal Simek <michal.simek@xilinx.com>2021-04-23 08:45:55 +0200
commitef1be3e3647e2c48610bfea5049d5e2b5c9bb813 (patch)
tree02c1ae6faac0756af1eba8827751231fa8dec93f /configs
parent74fe3f2ef3d66d1eaf4564467c9a34bfe3561d30 (diff)
downloadu-boot-ef1be3e3647e2c48610bfea5049d5e2b5c9bb813.tar.gz
u-boot-ef1be3e3647e2c48610bfea5049d5e2b5c9bb813.tar.xz
u-boot-ef1be3e3647e2c48610bfea5049d5e2b5c9bb813.zip
xilinx: zynqmp: Add usb dfu/thor distro boot support
In usb boot mode distro boot should select usb device as primary boot device instead of usb host. So make usb dfu as primary boot device. But do not list it in boot_targets as fallback option because it is not classic mode for booting. Using 60s timeout by default should be enough time for dfu-utils to start transaction. In case none needs this please change timeout value in the command or disable CONFIG_DFU_TIMEOUT. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/xilinx_zynqmp_virt_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index db7d3824d7..810bbdb022 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -81,6 +81,7 @@ CONFIG_SCSI_AHCI=y
CONFIG_SATA_CEVA=y
CONFIG_CLK_ZYNQMP=y
CONFIG_DFU_TFTP=y
+CONFIG_DFU_TIMEOUT=y
CONFIG_DFU_RAM=y
CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_FASTBOOT_FLASH=y