- telnet prompt behaves correctly for new synchronous halt/resume/reset commands

- removed unused variables in tms470.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@290 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-02-11 09:11:50 +00:00
parent fdf58f74e0
commit 01dd733dad
3 changed files with 3 additions and 22 deletions

View File

@@ -430,7 +430,7 @@ tms470_try_flash_keys( target_t * target,
if (!(fmmstat & 0x08))
{
unsigned i;
u32 fmmac2, fmbptr, fmbac2, fmbbusy, orig_fmregopt;
u32 fmbptr, fmbac2, orig_fmregopt;
target_write_u32( target, 0xFFE8BC04, fmmstat & ~0x07 );
@@ -496,7 +496,6 @@ tms470_try_flash_keys( target_t * target,
int
tms470_unlock_flash( struct flash_bank_s * bank )
{
tms470_flash_bank_t * tms470_info = bank->driver_priv;
target_t * target = bank->target;
const u32 * p_key_sets[5];
unsigned i, key_set_count;
@@ -869,7 +868,6 @@ tms470_erase( struct flash_bank_s * bank,
int last )
{
tms470_flash_bank_t *tms470_info = bank->driver_priv;
target_t *target = bank->target;
int sector, result = ERROR_OK;
if (!tms470_info->device_ident_reg)