diff options
author | Michel JAOUEN <michel.jaouen@stericsson.com> | 2012-01-06 12:19:37 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvindharboe@gmail.com> | 2012-01-15 22:17:42 +0000 |
commit | c25ffd013ecc35f08e9e7e28cccf9318d53072bc (patch) | |
tree | e556f46f9b89473b1bed5971aeac7738b6749808 /tcl/target | |
parent | 0a4b27ec4bcb303547af68490f007d65a00bff02 (diff) |
u8500: linux rtos config
Change-Id: I21a9dcc5fb260095aed2217e467b74ebecb39afb
Signed-off-by: Michel JAOUEN <michel.jaouen@stericsson.com>
Reviewed-on: http://openocd.zylin.com/349
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'tcl/target')
-rw-r--r-- | tcl/target/u8500.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg index e1368740..348058c6 100644 --- a/tcl/target/u8500.cfg +++ b/tcl/target/u8500.cfg @@ -202,7 +202,7 @@ if { [info exists DAP_DBG2] } { set _DAP_DBG2 0x801AA000 } -target create $_TARGETNAME_1 cortex_a8 -chain-position $_CHIPNAME.dap -dbgbase $_DAP_DBG1 -coreid 0 +target create $_TARGETNAME_1 cortex_a8 -chain-position $_CHIPNAME.dap -dbgbase $_DAP_DBG1 -coreid 0 -rtos linux $_TARGETNAME_1 configure -event gdb-attach { halt @@ -217,7 +217,7 @@ global _TARGETNAME_2 set _TARGETNAME_2 $TARGETNAME_2 } -target create $_TARGETNAME_2 cortex_a8 -chain-position $_CHIPNAME.dap -dbgbase $_DAP_DBG2 -coreid 1 +target create $_TARGETNAME_2 cortex_a8 -chain-position $_CHIPNAME.dap -dbgbase $_DAP_DBG2 -coreid 1 -rtos linux $_TARGETNAME_2 configure -event gdb-attach { halt |