summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
-rw-r--r--include/panic.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index d178c9f2fa..ba40443870 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1333,7 +1333,7 @@
* r8 :00000000 r9 :200013de r10:00000000 r11:00000000
* r12:00000000 sp :200009a0 lr :08002b85 pc :08003a8a
* Precise data bus error, Forced hard fault, Vector catch, bfar = 60000000
- * mmfs = 00008200, shcsr = 00000000, hfsr = 40000000, dfsr = 00000008
+ * cfsr = 00008200, shcsr = 00000000, hfsr = 40000000, dfsr = 00000008
*
* If this is not defined, only a register dump will be printed.
*
diff --git a/include/panic.h b/include/panic.h
index 159204653c..47c749d027 100644
--- a/include/panic.h
+++ b/include/panic.h
@@ -53,7 +53,7 @@ struct cortex_panic_data {
/* See cortex_panic_frame_registers enum for more information */
uint32_t frame[NUM_CORTEX_PANIC_FRAME_REGISTERS];
- uint32_t mmfs;
+ uint32_t cfsr;
uint32_t bfar;
uint32_t mfar;
uint32_t shcsr;