]> git.sur5r.net Git - openocd/commitdiff
fm3: fix warning for superfluous assignment
authorØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 21 Oct 2011 23:08:16 +0000 (01:08 +0200)
committerØyvind Harboe <oyvindharboe@gmail.com>
Sun, 23 Oct 2011 13:29:09 +0000 (13:29 +0000)
Change-Id: I4f8e8c2e676a2728ddc6227daf9ca6a7ceb3d505
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Reviewed-on: http://openocd.zylin.com/46
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
src/flash/nor/fm3.c

index 1e2adf55f27a2631dcf16dbb5c2520ef87283798..e852589bdf21ecbcfb3ba87e1dce2ae73d68a541 100644 (file)
@@ -643,7 +643,6 @@ static int fm3_probe(struct flash_bank *bank)
 
        bank->sectors = malloc(sizeof(struct flash_sector) * num_pages);
        bank->base = 0x00000000;
-       num_pages = 2;                          /* start with smallest Flash pages number */
        bank->size = 32 * 1024;         /* bytes */
 
        bank->sectors[0].offset = 0;