Browse Source

Embedded ICE version is now dumped with debug_level 1

tags/v0.3.0-rc0
Øyvind Harboe 14 years ago
parent
commit
18aad44f71
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/target/embeddedice.c

+ 2
- 2
src/target/embeddedice.c View File

@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
* Copyright (C) 2007,2008 Øyvind Harboe *
* Copyright (C) 2007,2008,2009 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
@@ -203,7 +203,7 @@ reg_cache_t* embeddedice_build_reg_cache(target_t *target, arm7_9_common_t *arm7
}

eice_version = buf_get_u32(reg_list[EICE_COMMS_CTRL].value, 28, 4);
LOG_DEBUG("Embedded ICE version %d", eice_version);
LOG_INFO("Embedded ICE version %d", eice_version);

switch (eice_version)
{


Loading…
Cancel
Save