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/omap2420.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tcl/target/omap2420.cfg') 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 -- cgit v1.2.3-18-g5258