diff options
Diffstat (limited to 'include/imx_sip.h')
-rw-r--r-- | include/imx_sip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/imx_sip.h b/include/imx_sip.h index ebbb3a16d7..8a5ca34f39 100644 --- a/include/imx_sip.h +++ b/include/imx_sip.h @@ -13,8 +13,8 @@ #define IMX_SIP_BUILDINFO_GET_COMMITHASH 0x00 #define IMX_SIP_SRC 0xC2000005 -#define IMX_SIP_SRC_M4_START 0x00 -#define IMX_SIP_SRC_M4_STARTED 0x01 -#define IMX_SIP_SRC_M4_STOP 0x02 +#define IMX_SIP_SRC_MCU_START 0x00 +#define IMX_SIP_SRC_MCU_STARTED 0x01 +#define IMX_SIP_SRC_MCU_STOP 0x02 #endif |