summaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-05 13:27:50 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-05 13:27:50 +0000
commitf14f84ca1e5d4fbab00c52100859af5ec8226753 (patch)
tree0d4db762cafaac55623298495a96331bc040baf1 /src/flash/at91sam7.h
parent6d95014674415e3b9ea9d46d5148d3410f96bbfd (diff)
downloadopenocd+libswd-f14f84ca1e5d4fbab00c52100859af5ec8226753.tar.gz
openocd+libswd-f14f84ca1e5d4fbab00c52100859af5ec8226753.tar.bz2
openocd+libswd-f14f84ca1e5d4fbab00c52100859af5ec8226753.tar.xz
openocd+libswd-f14f84ca1e5d4fbab00c52100859af5ec8226753.zip
Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointer conversion in gpnvm command handling,
uninitialized buffer issue in handle_flash_info_command in flash.c, some formatting. git-svn-id: svn://svn.berlios.de/openocd/trunk@446 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/at91sam7.h')
-rw-r--r--src/flash/at91sam7.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/flash/at91sam7.h b/src/flash/at91sam7.h
index eb0213c0..ecb56701 100644
--- a/src/flash/at91sam7.h
+++ b/src/flash/at91sam7.h
@@ -59,9 +59,7 @@ typedef struct at91sam7_flash_bank_s
/* main clock status */
u8 mck_valid;
u32 mck_freq;
-
- int probed;
-
+
} at91sam7_flash_bank_t;
/* AT91SAM7 control registers */