From 4b97f3cbb9603c13f69f8d3b5371c12045593126 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 16 Jun 2007 14:45:55 +0000 Subject: - added mingw elf patches from Vincent Palatin - added str9x programming using flash controller tap (str9xpec), including option bytes and device lock/unlock - inttypes.h now used for long long printf style declarations git-svn-id: svn://svn.berlios.de/openocd/trunk@174 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm720t.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/arm720t.h') diff --git a/src/target/arm720t.h b/src/target/arm720t.h index 2479b548..d16e3e6b 100644 --- a/src/target/arm720t.h +++ b/src/target/arm720t.h @@ -36,8 +36,8 @@ typedef struct arm720t_common_s armv4_5_mmu_common_t armv4_5_mmu; arm7tdmi_common_t arm7tdmi_common; u32 cp15_control_reg; - u32 fsr; - u32 far; + u32 fsr_reg; + u32 far_reg; } arm720t_common_t; #endif /* ARM720T_H */ -- cgit v1.2.3