jtag/jlink: switch to command 'adapter serial'
[fw/openocd] / tcl / target / hilscher_netx500.cfg
index 3b9e3d8e9b75f20b4734480503828bcefe0bcef4..6d919f9dd864f2025dfe88c1fa8b91303ffad20e 100644 (file)
@@ -1,18 +1,18 @@
 #Hilscher netX 500 CPU
 
 if { [info exists CHIPNAME] } {
-   set  _CHIPNAME $CHIPNAME
+   set _CHIPNAME $CHIPNAME
 } else {
-   set  _CHIPNAME netx500
+   set _CHIPNAME netx500
 }
 
 if { [info exists ENDIAN] } {
-   set  _ENDIAN $ENDIAN
+   set _ENDIAN $ENDIAN
 } else {
-   set  _ENDIAN little
+   set _ENDIAN little
 }
 
-if { [info exists CPUTAPID ] } {
+if { [info exists CPUTAPID] } {
    set _CPUTAPID $CPUTAPID
 } else {
    set _CPUTAPID 0x07926021
@@ -36,10 +36,10 @@ proc mread32 {addr} {
 proc sdram_fix { } {
 
   set accesskey [mread32 0x00100070]
-  mww  0x00100070 [expr $accesskey]
-  mww  0x0010002c 0x00000001
+  mww 0x00100070 $accesskey
+  mww 0x0010002c 0x00000001
 
-  if {[expr [mread32 0x0010002c] & 0x07] == 0x07} {
+  if {[expr {[mread32 0x0010002c] & 0x07}] == 0x07} {
         puts "SDRAM Fix was not executed. Probably your CPU halted too late and the register is already locked!"
   } else {
         puts "SDRAM Fix succeeded!"