diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mxc_scc2_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mxc_scc2_driver.h b/include/linux/mxc_scc2_driver.h index ba305c1d2c6e..3302447f2723 100644 --- a/include/linux/mxc_scc2_driver.h +++ b/include/linux/mxc_scc2_driver.h @@ -648,7 +648,7 @@ scc_verify_slot_access(uint64_t owner_id, uint32_t slot, uint32_t access_len);*/ /** Some security peripheral is initializing */ #define SMN_STATUS_PERIP_INIT 0x00010000 /** Internal error detected in SMN. */ -#define SMN_STATUS_SMN_ERROR 0x00008000 +#define SMN_STATUS_SMN_ERROR 0x00004000 /** SMN has an outstanding interrupt. */ #define SMN_STATUS_SMN_STATUS_IRQ 0x00004000 /** Software Alarm was triggered. */ |