Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
git-svn-id: svn://svn.berlios.de/openocd/trunk@2401 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
5505b8fa63
commit
8adda07ed1
|
@ -2385,6 +2385,7 @@ sam3_handle_gpnvm_command(struct command_context_s *cmd_ctx, char *cmd, char **a
|
||||||
if (0 == strcmp("show", argv[0])) {
|
if (0 == strcmp("show", argv[0])) {
|
||||||
if (who == -1) {
|
if (who == -1) {
|
||||||
showall:
|
showall:
|
||||||
|
r = ERROR_OK;
|
||||||
for (x = 0 ; x < pChip->details.n_gpnvms ; x++) {
|
for (x = 0 ; x < pChip->details.n_gpnvms ; x++) {
|
||||||
r = FLASHD_GetGPNVM(&(pChip->details.bank[0]), x, &v);
|
r = FLASHD_GetGPNVM(&(pChip->details.bank[0]), x, &v);
|
||||||
if (r != ERROR_OK) {
|
if (r != ERROR_OK) {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <malloc.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "membuf.h"
|
#include "membuf.h"
|
||||||
|
|
Loading…
Reference in New Issue