From f0fac8a2cda054b0040ef2387d9c0776e06d73a7 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 2 Dec 2010 12:58:50 +0000 Subject: cortex_m3: change cortec_m3 reset_config behaviour Currently the cmd 'cortex_m3 reset_config' will overide the default target's 'reset_config'. Chnage the behaviour to use the target 'reset_config' if configured and fallback if not. Signed-off-by: Spencer Oliver --- src/target/cortex_m3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/cortex_m3.h') diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index db807111..e1f8ef80 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -136,7 +136,6 @@ struct cortex_m3_dwt_comparator enum cortex_m3_soft_reset_config { - CORTEX_M3_RESET_SRST, CORTEX_M3_RESET_SYSRESETREQ, CORTEX_M3_RESET_VECTRESET, }; -- cgit v1.2.3