diff options
-rw-r--r-- | src/target/arm920t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.c b/src/target/arm920t.c index 03aa233d..d7096486 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -711,7 +711,7 @@ int arm920t_write_memory(struct target *target, uint32_t address, } } - return retval; + return ERROR_OK; } // EXPORTED to FA256 |