diff options
author | Andreas Färber <afaerber@suse.de> | 2015-04-23 13:14:35 +0200 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2015-04-24 15:13:03 +0100 |
commit | 5036b0e4278989c627ef274ff4a62d214e88082c (patch) | |
tree | 9b070f8d4f63d66a99f67c10412dd4a7af3cd5d8 | |
parent | 5fa41168dd144a550a7c4a4961738204198cde5d (diff) | |
download | riscv-openocd-5036b0e4278989c627ef274ff4a62d214e88082c.zip riscv-openocd-5036b0e4278989c627ef274ff4a62d214e88082c.tar.gz riscv-openocd-5036b0e4278989c627ef274ff4a62d214e88082c.tar.bz2 |
xmc4500-application-kit-general: Drop srst_nogate
Reset stopped working with this setting.
Change-Id: I98e8fafa48e0ab65dce8110870be422edf7b2fdb
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/2727
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
-rw-r--r-- | tcl/board/xmc4500-application-kit-general.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/xmc4500-application-kit-general.cfg b/tcl/board/xmc4500-application-kit-general.cfg index 47d917d..47c8b99 100644 --- a/tcl/board/xmc4500-application-kit-general.cfg +++ b/tcl/board/xmc4500-application-kit-general.cfg @@ -5,4 +5,4 @@ set CHIPNAME xmc4500 source [find target/xmc4xxx.cfg] -reset_config srst_only srst_nogate +reset_config srst_only |