Crusty Code fixes from the tcl directory re-arragements
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 2 Sep 2009 00:17:39 +0000 (00:17 +0000)
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 2 Sep 2009 00:17:39 +0000 (00:17 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2661 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/chip/atmel/at91/at91sam7x128.tcl
tcl/chip/atmel/at91/at91sam7x256.tcl
tcl/chip/st/stm32/stm32.tcl

index 1cf7c1cf7c190fa758cc333ef07aa5e8f492364e..ce33cf0093733d1d3794f4e8599c1766cad254b2 100644 (file)
@@ -1,7 +1,7 @@
-source [find tcl/bitsbytes.tcl]
-source [find tcl/cpu/arm/arm7tdmi.tcl]
-source [find tcl/memory.tcl]
-source [find tcl/mmr_helpers.tcl]
+source [find bitsbytes.tcl]
+source [find cpu/arm/arm7tdmi.tcl]
+source [find memory.tcl]
+source [find mmr_helpers.tcl]
 
 set CHIP_MAKER  atmel
 set CHIP_FAMILY at91sam7
@@ -122,7 +122,7 @@ set AT91C_ID(29) ""
 set AT91C_ID(30) IRQ0
 set AT91C_ID(31) IRQ1
 
-source [find tcl/chip/atmel/at91/aic.tcl]
-source [find tcl/chip/atmel/at91/usarts.tcl]
-source [find tcl/chip/atmel/at91/pmc.tcl]
-source [find tcl/chip/atmel/at91/rtt.tcl]
+source [find chip/atmel/at91/aic.tcl]
+source [find chip/atmel/at91/usarts.tcl]
+source [find chip/atmel/at91/pmc.tcl]
+source [find chip/atmel/at91/rtt.tcl]
index 1cba48590d005cbc529edcde8ae200977efc67e8..dc4918ab177f0fd38cb73d65c42eb4ec8c03dedd 100644 (file)
@@ -1,7 +1,7 @@
-source [find tcl/bitsbytes.tcl]
-source [find tcl/cpu/arm/arm7tdmi.tcl]
-source [find tcl/memory.tcl]
-source [find tcl/mmr_helpers.tcl]
+source [find bitsbytes.tcl]
+source [find cpu/arm/arm7tdmi.tcl]
+source [find memory.tcl]
+source [find mmr_helpers.tcl]
 
 set CHIP_MAKER  atmel
 set CHIP_FAMILY at91sam7
@@ -120,7 +120,7 @@ set AT91C_ID(30)   "IRQ0"
 set AT91C_ID(31)   "IRQ1"
 
 
-source [find tcl/chip/atmel/at91/aic.tcl]
-source [find tcl/chip/atmel/at91/usarts.tcl]
-source [find tcl/chip/atmel/at91/pmc.tcl]
-source [find tcl/chip/atmel/at91/rtt.tcl]
+source [find chip/atmel/at91/aic.tcl]
+source [find chip/atmel/at91/usarts.tcl]
+source [find chip/atmel/at91/pmc.tcl]
+source [find chip/atmel/at91/rtt.tcl]
index 7986efb5654ea4736091043e9505ba62cdd2188f..94b1935dde6a520e9a18ff1f65657ecbc1b11835 100644 (file)
@@ -1,7 +1,7 @@
-source [find tcl/bitsbytes.tcl]
-source [find tcl/cpu/arm/cortex_m3.tcl]
-source [find tcl/memory.tcl]
-source [find tcl/mmr_helpers.tcl]
+source [find bitsbytes.tcl]
+source [find cpu/arm/cortex_m3.tcl]
+source [find memory.tcl]
+source [find mmr_helpers.tcl]
 
-source [find tcl/chip/st/stm32/stm32_regs.tcl]
-source [find tcl/chip/st/stm32/stm32_rcc.tcl]
+source [find chip/st/stm32/stm32_regs.tcl]
+source [find chip/st/stm32/stm32_rcc.tcl]