summaryrefslogtreecommitdiff
path: root/tcl/target/omap5912.cfg
diff options
context:
space:
mode:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-05 08:13:00 +0000
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-05 08:13:00 +0000
commitc6b24fb4f0e9eb0a2ca3acaff8603e97b7ef0d80 (patch)
treeafd69f03756cd10c501aa2f89ea672d4eb68ce5b /tcl/target/omap5912.cfg
parentf87985b61447115632721e18a04623464331c09b (diff)
downloadopenocd+libswd-c6b24fb4f0e9eb0a2ca3acaff8603e97b7ef0d80.tar.gz
openocd+libswd-c6b24fb4f0e9eb0a2ca3acaff8603e97b7ef0d80.tar.bz2
openocd+libswd-c6b24fb4f0e9eb0a2ca3acaff8603e97b7ef0d80.tar.xz
openocd+libswd-c6b24fb4f0e9eb0a2ca3acaff8603e97b7ef0d80.zip
Get rid of needless OMAP and Davinci target config options
so they provide better examples and are easier to maintain. git-svn-id: svn://svn.berlios.de/openocd/trunk@2797 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/target/omap5912.cfg')
-rw-r--r--tcl/target/omap5912.cfg9
1 files changed, 1 insertions, 8 deletions
diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg
index fa0fc9e0..30650cfb 100644
--- a/tcl/target/omap5912.cfg
+++ b/tcl/target/omap5912.cfg
@@ -7,13 +7,6 @@ if { [info exists CHIPNAME] } {
set _CHIPNAME omap5912
}
-if { [info exists ENDIAN] } {
- set _ENDIAN $ENDIAN
-} else {
- # this defaults to a bigendian
- set _ENDIAN little
-}
-
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
@@ -30,7 +23,7 @@ jtag newtap $_CHIPNAME arm -irlen 4 -expected-id $_CPUTAPID
jtag newtap $_CHIPNAME unknown -irlen 8
set _TARGETNAME $_CHIPNAME.arm
-target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME
+target create $_TARGETNAME arm926ejs -chain-position $_TARGETNAME
proc omap5912_reset {} {
#