diff options
Diffstat (limited to 'tcl/target/omap5912.cfg')
-rw-r--r-- | tcl/target/omap5912.cfg | 9 |
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 {} { # |