summaryrefslogtreecommitdiff
path: root/include/configs/syzygy_hub.h
diff options
context:
space:
mode:
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>2021-03-31 08:24:58 +0300
committerMichal Simek <michal.simek@xilinx.com>2021-04-23 09:45:55 +0300
commitb8126ab2bc6fe3beb2bedcfac9770022cb4f246a (patch)
tree8fcbbbe939018bd7c7142fbd45bcc4aba1c92cc2 /include/configs/syzygy_hub.h
parent82cb49dc001f0e2141ef739087d51c3c7eb893c8 (diff)
downloadu-boot-b8126ab2bc6fe3beb2bedcfac9770022cb4f246a.tar.xz
xilinx: zynq: Add usb dfu/thor distro boot support
Add support for usb dfu & thor to distro boot on zynq platform. Add 60s timeout of dfu-utils to start transaction. Remove DFU_ALT_INFO_RAM as we use bootcmd_usb_dfu instead of dfu_ram. Remove DFU_ALT_INFO_MMC as part of distro boot cleanup. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/syzygy_hub.h')
-rw-r--r--include/configs/syzygy_hub.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/syzygy_hub.h b/include/configs/syzygy_hub.h
index e31b77c0c0..7af7b08eb4 100644
--- a/include/configs/syzygy_hub.h
+++ b/include/configs/syzygy_hub.h
@@ -58,7 +58,6 @@
"jtagboot=echo TFTPing FIT to RAM... && " \
"tftpboot ${load_addr} ${fit_image} && " \
"bootm ${load_addr}\0" \
- DFU_ALT_INFO \
BOOTENV
#include <configs/zynq-common.h>