]> git.sur5r.net Git - openocd/blobdiff - src/openocd.c
at91samd: Remove 'first' and 'last' checks in 'samd_erase'
[openocd] / src / openocd.c
index d06e2c56e5258a09d09cad9f794794defaaf8a43..71e047f40e9705224f4f2d409ed8d8b308d89a11 100644 (file)
@@ -21,7 +21,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -279,8 +279,6 @@ static int openocd_thread(int argc, char *argv[], struct command_context *cmd_ct
                return EXIT_FAILURE;
 
        ret = parse_config_file(cmd_ctx);
-       if (ret == ERROR_OK_EXIT)
-               return ERROR_OK;
        if (ret != ERROR_OK)
                return EXIT_FAILURE;