X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fstellaris.h;h=3694feb3b76e8e823c4dc1647438d2692a311dcf;hb=f499341558dce8a41086f5439ca0458f4ea1fbfd;hp=8024258ea498287eb91e355bc185c5d06e6f27cb;hpb=20e4e77cdf366dedac21ff5670c54291feadfc05;p=openocd diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h index 8024258e..3694feb3 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 * @@ -21,7 +21,6 @@ #define STELLARIS_FLASH_H #include "flash.h" -#include "target.h" typedef struct stellaris_flash_bank_s { @@ -48,7 +47,6 @@ typedef struct stellaris_flash_bank_s u32 rcc; u8 mck_valid; u32 mck_freq; - } stellaris_flash_bank_t; /* STELLARIS control registers */ @@ -67,7 +65,7 @@ typedef struct stellaris_flash_bank_s #define FMPRE 0x130 #define FMPPE 0x134 -#define USECRL 0x140 +#define USECRL 0x140 #define FLASH_CONTROL_BASE 0x400FD000 #define FLASH_FMA (FLASH_CONTROL_BASE|0x000) @@ -83,13 +81,12 @@ 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) #define FMC_MERASE (1<<2) #define FMC_ERASE (1<<1) -#define FMC_WRITE (1<<0) +#define FMC_WRITE (1<<0) /* STELLARIS constants */