diff options
author | Drew Barbier <drew@sifive.com> | 2017-05-08 22:19:12 -0500 |
---|---|---|
committer | Drew Barbier <drew@sifive.com> | 2017-05-08 22:19:12 -0500 |
commit | 403db45ffb075abf0c23e89a028db330efddc96d (patch) | |
tree | 6cfe9be277cd21aaec55441b75c45f54c0a3f153 | |
parent | 4f2035af706a699d8505a648af3c2cc527db9530 (diff) |
revert back
-rw-r--r-- | bsp/env/coreplexip-e31-arty/openocd.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreplexip-e31-arty/openocd.cfg b/bsp/env/coreplexip-e31-arty/openocd.cfg index 8b382dc..0481a72 100644 --- a/bsp/env/coreplexip-e31-arty/openocd.cfg +++ b/bsp/env/coreplexip-e31-arty/openocd.cfg @@ -27,5 +27,5 @@ if {[ info exists pulse_srst]} { ftdi_set_signal nSRST z } halt -flash protect 0 64 last off +#flash protect 0 64 last off echo "Ready for Remote Connections" |