summaryrefslogtreecommitdiff
path: root/tcl/target/omap2420.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/omap2420.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/omap2420.cfg')
-rw-r--r--tcl/target/omap2420.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/tcl/target/omap2420.cfg b/tcl/target/omap2420.cfg
index 01557491..866b4a34 100644
--- a/tcl/target/omap2420.cfg
+++ b/tcl/target/omap2420.cfg
@@ -6,11 +6,6 @@ if { [info exists CHIPNAME] } {
} else {
set _CHIPNAME omap2420
}
-if { [info exists ENDIAN] } {
- set _ENDIAN $ENDIAN
-} else {
- set _ENDIAN little
-}
# NOTE: likes slowish clock on reset (1.5 MBit/s or less) or use RCLK
@@ -46,7 +41,7 @@ jtag newtap $_CHIPNAME jrc -irlen 2 -ircapture 0x1 -irmask 0x3 -expected-id $_JR
# GDB target: the ARM.
set _TARGETNAME $_CHIPNAME.arm
-target create $_TARGETNAME arm11 -endian $_ENDIAN -chain-position $_TARGETNAME
+target create $_TARGETNAME arm11 -chain-position $_TARGETNAME
# scratch: framebuffer, may be initially unavailable in some chips
$_TARGETNAME configure -work-area-phys 0x40210000