- changed jtag_add_reset errors to warnings
- removed extra jtag reset warnings from arm7_9 and cortex_m3 git-svn-id: svn://svn.berlios.de/openocd/trunk@520 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -750,7 +750,6 @@ int arm7_9_assert_reset(target_t *target)
|
||||
{
|
||||
if (retval == ERROR_JTAG_RESET_CANT_SRST)
|
||||
{
|
||||
WARNING("can't assert srst");
|
||||
return retval;
|
||||
}
|
||||
else
|
||||
@@ -779,7 +778,6 @@ int arm7_9_assert_reset(target_t *target)
|
||||
|
||||
if (retval == ERROR_JTAG_RESET_CANT_SRST)
|
||||
{
|
||||
WARNING("can't assert srst");
|
||||
return retval;
|
||||
}
|
||||
else if (retval != ERROR_OK)
|
||||
|
||||
Reference in New Issue
Block a user