From 409e23e39b955d92c8e879143d2b979b7de799e9 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Sun, 28 Feb 2010 23:06:49 +0000 Subject: armv4_5: remove core_type check in mcr/mrc cmd core_type check is not required as the core function will be null for cores that do not support the mcr/mrc functions. Signed-off-by: Spencer Oliver --- src/target/armv4_5.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/target/armv4_5.c') diff --git a/src/target/armv4_5.c b/src/target/armv4_5.c index 04887857..1e9a2965 100644 --- a/src/target/armv4_5.c +++ b/src/target/armv4_5.c @@ -840,13 +840,6 @@ static int jim_mcrmrc(Jim_Interp *interp, int argc, Jim_Obj *const *argv) return JIM_ERR; } - if (arm->core_type == ARM_MODE_THREAD) - { - /* armv7m not supported */ - LOG_ERROR("Unsupported Command"); - return ERROR_OK; - } - if ((argc < 6) || (argc > 7)) { /* FIXME use the command name to verify # params... */ LOG_ERROR("%s: wrong number of arguments", __func__); -- cgit v1.2.3