diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-03-21 14:13:09 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-03-22 09:10:21 +0100 |
commit | 6c5e1781a102424353bf237386e7443b2ce3e4d3 (patch) | |
tree | 6a5f8211d3969b445fe80153862008a6162864bb | |
parent | ec2b8d71ac1fb2e8d6c8057a5e1d0a27bd7bd110 (diff) | |
download | openocd_libswd-6c5e1781a102424353bf237386e7443b2ce3e4d3.tar.gz openocd_libswd-6c5e1781a102424353bf237386e7443b2ce3e4d3.tar.bz2 openocd_libswd-6c5e1781a102424353bf237386e7443b2ce3e4d3.tar.xz openocd_libswd-6c5e1781a102424353bf237386e7443b2ce3e4d3.zip |
omap4430: cortex a9 and a8 are now merged again
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
-rw-r--r-- | tcl/target/omap4430.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/omap4430.cfg b/tcl/target/omap4430.cfg index 5bdb9d67..13ed80c3 100644 --- a/tcl/target/omap4430.cfg +++ b/tcl/target/omap4430.cfg @@ -82,7 +82,7 @@ jtag configure $_CHIPNAME.jrc -event post-reset "runtest 200" # second core. # set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME cortex_a9 -chain-position $_CHIPNAME.dap -coreid 0 +target create $_TARGETNAME cortex_a8 -chain-position $_CHIPNAME.dap -coreid 0 # SRAM: 56KiB at 0x4030.0000 $_TARGETNAME configure -work-area-phys 0x40300000 -work-area-size 0x1000 |