aboutsummaryrefslogtreecommitdiff
path: root/src/lpc43xx.c
diff options
context:
space:
mode:
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: