X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fstellaris.h;h=2bf4aa6c2a922ab139379ad171c1e7deebf09202;hb=66add57aa5bae147b7996840a2287f3547b4b8ea;hp=e899b30fa93134af297934b36eae2c39322781b6;hpb=bc08425e6df6a2dc799d4f5eb6ccc6fc26029477;p=openocd.git diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h index e899b30fa9..2bf4aa6c2a 100644 --- a/src/flash/stellaris.h +++ b/src/flash/stellaris.h @@ -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; @@ -85,7 +83,6 @@ typedef struct stellaris_flash_bank_s #define AMASK 1 #define PMASK 2 - /* Flash Controller Command bits */ #define FMC_WRKEY (0xA442<<16) #define FMC_COMT (1<<3)