aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel 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
commitc25ffd013ecc35f08e9e7e28cccf9318d53072bc (patch)
treee556f46f9b89473b1bed5971aeac7738b6749808
parent0a4b27ec4bcb303547af68490f007d65a00bff02 (diff)
downloadriscv-openocd-c25ffd013ecc35f08e9e7e28cccf9318d53072bc.zip
riscv-openocd-c25ffd013ecc35f08e9e7e28cccf9318d53072bc.tar.gz
riscv-openocd-c25ffd013ecc35f08e9e7e28cccf9318d53072bc.tar.bz2
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>
-rw-r--r--tcl/target/u8500.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg
index e136874..348058c 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