From 8e1d516927506fb803f34aa16a6e69059f8d78cd Mon Sep 17 00:00:00 2001 From: oharboe Date: Tue, 25 Aug 2009 08:21:11 +0000 Subject: Michael Schwingen a small CFI cleanup git-svn-id: svn://svn.berlios.de/openocd/trunk@2617 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/non_cfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/non_cfi.c') diff --git a/src/flash/non_cfi.c b/src/flash/non_cfi.c index 86248ec8..90de7879 100644 --- a/src/flash/non_cfi.c +++ b/src/flash/non_cfi.c @@ -32,7 +32,7 @@ #define ERASE_REGION(num, size) (((size/256) << 16) | (num-1)) /* non-CFI compatible flashes */ -non_cfi_t non_cfi_flashes[] = { +static non_cfi_t non_cfi_flashes[] = { { .mfr = CFI_MFR_SST, .id = 0xd4, -- cgit v1.2.3