mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
- Move src/tcl to tcl/. - Update top Makefile.am to use new path name. git-svn-id: svn://svn.berlios.de/openocd/trunk@1919 b42882b7-edfa-0310-969c-e2dbd0fdcd60
7 lines
114 B
Tcl
7 lines
114 B
Tcl
set CPU_TYPE arm
|
|
set CPU_NAME arm946
|
|
set CPU_ARCH armv5te
|
|
set CPU_MAX_ADDRESS 0xFFFFFFFF
|
|
set CPU_NBITS 32
|
|
|