tcl/boards: Rename 'dk-tm4c129.cfg' to 'ti_dk-tm4c129.cfg'
The new filename has a proper vendor prefix. Keep the old configuration file for now but show a "deprecated" warning at runtime. Change-Id: I30fcb8f291d401acaa1fe665db0eeabc250d24b6 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/5476 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
4c364b4534
commit
3076fc601d
|
@ -1,14 +1,3 @@
|
|||
#
|
||||
# TI Tiva C DK-TM4C129X Connected Development Kit
|
||||
#
|
||||
# http://www.ti.com/tool/dk-tm4c129x
|
||||
#
|
||||
echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg"
|
||||
|
||||
source [find interface/ti-icdi.cfg]
|
||||
|
||||
transport select hla_jtag
|
||||
|
||||
set WORKAREASIZE 0x8000
|
||||
set CHIPNAME tm4c129xnczad
|
||||
|
||||
source [find target/stellaris.cfg]
|
||||
source [find board/ti_dk-tm4c129.cfg]
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# TI Tiva C DK-TM4C129X Connected Development Kit
|
||||
#
|
||||
# http://www.ti.com/tool/dk-tm4c129x
|
||||
#
|
||||
|
||||
source [find interface/ti-icdi.cfg]
|
||||
|
||||
transport select hla_jtag
|
||||
|
||||
set WORKAREASIZE 0x8000
|
||||
set CHIPNAME tm4c129xnczad
|
||||
|
||||
source [find target/stellaris.cfg]
|
Loading…
Reference in New Issue