From c6b24fb4f0e9eb0a2ca3acaff8603e97b7ef0d80 Mon Sep 17 00:00:00 2001 From: dbrownell Date: Mon, 5 Oct 2009 08:13:00 +0000 Subject: 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 --- tcl/target/omap5912.cfg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tcl/target/omap5912.cfg') diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg index fa0fc9e..30650cf 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 {} { # -- cgit v1.1