aboutsummaryrefslogtreecommitdiff
path: root/src/lpc43xx.c
diff options
context:
space:
mode:
authorGareth McMullin2015-04-11 16:08:59 -0700
committerGareth McMullin2015-04-11 16:08:59 -0700
commit9009ed6581fddbd5c7cc1353aaec7144c4f778f6 (patch)
treebf63eddf07a28f88dafab3240cc17e15fd46e31b /src/lpc43xx.c
parent24122aa31894524867536469c5a9b055c82b25af (diff)
cortexm: Add target option to inhibit assersion of SRST.
Diffstat (limited to 'src/lpc43xx.c')
-rw-r--r--src/lpc43xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc43xx.c b/src/lpc43xx.c
index 99ceb00..b6c499a 100644
--- a/src/lpc43xx.c
+++ b/src/lpc43xx.c
@@ -110,6 +110,7 @@ bool lpc43xx_probe(target *t)
0x1B010000, 0x70000, 0x10000);
target_add_commands(t, lpc43xx_cmd_list, "LPC43xx");
target_add_ram(t, 0x1B080000, 0xE4F80000UL);
+ t->target_options |= CORTEXM_TOPT_INHIBIT_SRST;
}
break;
case 0x4100C200: