aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf561/defBF561.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/mach-bf561/defBF561.h')
-rw-r--r--include/asm-blackfin/mach-bf561/defBF561.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-blackfin/mach-bf561/defBF561.h b/include/asm-blackfin/mach-bf561/defBF561.h
index 66f199608445..c3c0eb13c819 100644
--- a/include/asm-blackfin/mach-bf561/defBF561.h
+++ b/include/asm-blackfin/mach-bf561/defBF561.h
@@ -881,8 +881,8 @@
881#define SYSTEM_RESET 0x0007 /* Initiates a system software reset */ 881#define SYSTEM_RESET 0x0007 /* Initiates a system software reset */
882#define DOUBLE_FAULT_A 0x0008 /* Core A Double Fault Causes Reset */ 882#define DOUBLE_FAULT_A 0x0008 /* Core A Double Fault Causes Reset */
883#define DOUBLE_FAULT_B 0x0010 /* Core B Double Fault Causes Reset */ 883#define DOUBLE_FAULT_B 0x0010 /* Core B Double Fault Causes Reset */
884#define SWRST_DBL_FAULT_B 0x0800 /* SWRST Core B Double Fault */ 884#define SWRST_DBL_FAULT_A 0x0800 /* SWRST Core A Double Fault */
885#define SWRST_DBL_FAULT_A 0x1000 /* SWRST Core A Double Fault */ 885#define SWRST_DBL_FAULT_B 0x1000 /* SWRST Core B Double Fault */
886#define SWRST_WDT_B 0x2000 /* SWRST Watchdog B */ 886#define SWRST_WDT_B 0x2000 /* SWRST Watchdog B */
887#define SWRST_WDT_A 0x4000 /* SWRST Watchdog A */ 887#define SWRST_WDT_A 0x4000 /* SWRST Watchdog A */
888#define SWRST_OCCURRED 0x8000 /* SWRST Status */ 888#define SWRST_OCCURRED 0x8000 /* SWRST Status */