From 8acafd1710d84c80e20156381cca54b3b5699275 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Tue, 29 Apr 2008 06:56:03 +0000 Subject: - updated cortex_m3 docs regarding luminary reset behaviour git-svn-id: svn://svn.berlios.de/openocd/trunk@625 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/cortex_m3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/cortex_m3.c') diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index 1f9674fa..ec385166 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -710,7 +710,7 @@ int cortex_m3_assert_reset(target_t *target) * when srst is asserted the luminary device seesm to also clear the debug registers * which does not match the armv7 debug TRM */ - if (strcmp(cortex_m3->variant, "luminary") == 0) + if (strcmp(cortex_m3->variant, "lm3s") == 0) { /* this causes the luminary device to reset using the watchdog */ ahbap_write_system_atomic_u32(swjdp, NVIC_AIRCR, AIRCR_VECTKEY | AIRCR_SYSRESETREQ ); -- cgit v1.2.3