diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-10 09:25:26 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-10 09:25:26 -0800 |
commit | 6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9 (patch) | |
tree | bac1ae421726a589ae26d22a10ce26f75719a74a /tcl/board | |
parent | 85944d4144a1df0647e4324d1cf8ae9a276b70e5 (diff) | |
download | riscv-openocd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.zip riscv-openocd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.gz riscv-openocd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.bz2 |
target.cfg: (re)move some bogus reset_config lines
General rule, this is all board-specific and doesn't belong
in target config files. Some of these were just cosmetic.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/atmel_sam3u_ek.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/board/atmel_sam3u_ek.cfg b/tcl/board/atmel_sam3u_ek.cfg index f7501d0..13d930b 100644 --- a/tcl/board/atmel_sam3u_ek.cfg +++ b/tcl/board/atmel_sam3u_ek.cfg @@ -1 +1,4 @@ source [find target/at91sam3u4e.cfg] + +reset_config srst_only + |