summaryrefslogtreecommitdiff
path: root/platform/devices/device_imx.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/devices/device_imx.h')
-rw-r--r--platform/devices/device_imx.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/platform/devices/device_imx.h b/platform/devices/device_imx.h
index fe1b21b..c3f0a3e 100644
--- a/platform/devices/device_imx.h
+++ b/platform/devices/device_imx.h
@@ -28,7 +28,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
/*
** ###################################################################
** Abstract:
@@ -61,6 +60,13 @@
#define RDC_SEMAPHORE_MASTER_SELF (6)
#define SEMA4_PROCESSOR_SELF (1)
+#elif defined(CPU_VF6XX_M4)
+
+ /* CMSIS-style register definitions */
+ #include "VF6XX/include/VF6XX_M4.h"
+
+ #define SEMA4_PROCESSOR_SELF (1)
+
#else
#error "No valid CPU defined!"
#endif