diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-06-14 11:51:25 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-06-14 22:12:04 +0200 |
commit | 3e51d893ed3d1273b5487e05196f00fe3d14773d (patch) | |
tree | f542745888ce0d12132e88a319ccdac275ac42ea /src/flash/nand | |
parent | 9132f7083d01510eb1c2471a7c3f3247e35cdf3b (diff) | |
download | openocd_libswd-3e51d893ed3d1273b5487e05196f00fe3d14773d.tar.gz openocd_libswd-3e51d893ed3d1273b5487e05196f00fe3d14773d.tar.bz2 openocd_libswd-3e51d893ed3d1273b5487e05196f00fe3d14773d.tar.xz openocd_libswd-3e51d893ed3d1273b5487e05196f00fe3d14773d.zip |
-Wshadow fixes
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/flash/nand')
-rw-r--r-- | src/flash/nand/lpc3180.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/lpc3180.c b/src/flash/nand/lpc3180.c index 40324f28..93d00d5c 100644 --- a/src/flash/nand/lpc3180.c +++ b/src/flash/nand/lpc3180.c @@ -649,7 +649,7 @@ static int lpc3180_write_page(struct nand_device *nand, uint32_t page, uint8_t * * **********************************************************************/ - int retval,i=0,target_mem_base; + int i=0,target_mem_base; uint8_t *ecc_flash_buffer; struct working_area *pworking_area; |