Export _TARGETNAME from generic LPC2xxx script
Make _TARGETNAME variable global so it could be used by scripts sourcing it. Change-Id: Iaf1c3b53875734658b1b8f136c9bb958988b56bf Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com> Reviewed-on: http://openocd.zylin.com/421 Tested-by: jenkins Reviewed-by: Chris Morgan <chmorgan@gmail.com> Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>__archive__
parent
7719e2188e
commit
4291873994
|
@ -24,6 +24,7 @@ proc setup_lpc2xxx {chip_name cputapids flash_size flash_variant workarea_size c
|
||||||
|
|
||||||
eval "jtag newtap $chip_name cpu -irlen 4 -ircapture 0x1 -irmask 0xf $expected_ids"
|
eval "jtag newtap $chip_name cpu -irlen 4 -ircapture 0x1 -irmask 0xf $expected_ids"
|
||||||
|
|
||||||
|
global _TARGETNAME
|
||||||
set _TARGETNAME $chip_name.cpu
|
set _TARGETNAME $chip_name.cpu
|
||||||
target create $_TARGETNAME arm7tdmi -chain-position $_TARGETNAME
|
target create $_TARGETNAME arm7tdmi -chain-position $_TARGETNAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue