]> git.sur5r.net Git - openocd/blobdiff - src/flash/stellaris.h
More robust handling of unknown target state for step/continue packet.
[openocd] / src / flash / stellaris.h
index e899b30fa93134af297934b36eae2c39322781b6..4ea1fe5aaf6d8f4e77be778312fb079cedd33670 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
  *   Copyright (C) 2006 by Magnus Lundin                                   *
- *   lundinยชmlu.mine.nu                                                    *
+ *   lundin@mlu.mine.nu                                                    *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -25,8 +25,6 @@
 
 typedef struct stellaris_flash_bank_s
 {
-       struct target_s *target;
-
        /* chip id register */
        u32 did0;
        u32 did1;