X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fcfi.h;h=d92fcc0b1d85bf211d8fa003fbccb581c9629159;hp=04153b688075287cb6be558774a7bb584ff901bd;hb=34e8d1a50d9ee965e2efa4aae6e2e97caef37c23;hpb=9f0cba528a163645c8ecace413731c23310f2c26 diff --git a/src/flash/nor/cfi.h b/src/flash/nor/cfi.h index 04153b6880..d92fcc0b1d 100644 --- a/src/flash/nor/cfi.h +++ b/src/flash/nor/cfi.h @@ -15,7 +15,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. * ***************************************************************************/ #ifndef CFI_H @@ -25,8 +25,6 @@ #define CFI_STATUS_POLL_MASK_DQ6_DQ7 0xC0 /* DQ6..DQ7 */ struct cfi_flash_bank { - struct working_area *write_algorithm; - int x16_as_x8; int jedec_probe; int not_cfi; @@ -145,8 +143,8 @@ struct cfi_unlock_addresses { struct cfi_fixup { uint16_t mfr; uint16_t id; - void (*fixup)(struct flash_bank *bank, void *param); - void *param; + void (*fixup)(struct flash_bank *bank, const void *param); + const void *param; }; #define CFI_MFR_AMD 0x0001