diff options
author | Michal Simek | 2016-04-07 18:55:11 +0200 |
---|---|---|
committer | Michal Simek | 2016-04-13 18:29:02 +0200 |
commit | 1e8d3830f38e7782bf7ece63003beea29a1d1cab (patch) | |
tree | e92455299f24dcfdb4927100c14da050a9553ce3 /include | |
parent | 758f29d0f805ccd6ca1354a9562dab3bacf52310 (diff) |
ARM: zynq: Do not perform reset at the end of thor
Setup reset off for lthor.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 2d941a7192c..c96b9c52500 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -114,6 +114,7 @@ # define CONFIG_USB_CABLE_CHECK # define CONFIG_CMD_DFU # define CONFIG_CMD_THOR_DOWNLOAD +# define CONFIG_THOR_RESET_OFF # define CONFIG_USB_FUNCTION_THOR # define DFU_ALT_INFO_RAM \ "dfu_ram_info=" \ |