imx8m: add an m4 target to the imx8m

The imx8m also has a Cortex m4 so add a target for it.

Change-Id: I2abf62b6232c547fe9b12507f459835b11c63a6d
Signed-off-by: Angus Ainslie <angus@akkea.ca>
Reviewed-on: http://openocd.zylin.com/4501
Tested-by: jenkins
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
This commit is contained in:
Angus Ainslie 2018-04-19 13:21:55 -06:00 committed by Matthias Welwarsky
parent 21ef7e30d4
commit d496da2c20
1 changed files with 3 additions and 0 deletions

View File

@ -53,3 +53,6 @@ for { set _core 0 } { $_core < $_cores } { incr _core } {
eval $_smp_command
targets $_TARGETNAME.0
# declare the auxiliary Cortex-M4 core on AP #4
target create ${_CHIPNAME}.m4 cortex_m -dap ${_CHIPNAME}.dap -ap-num 4