jtag/kitprog: switch to command 'adapter serial'
[fw/openocd] / tcl / board / hitex_lpc2929.cfg
index f51779867d576f35b5a91db0ae17d7c31cb2962e..8268306695592dc02a7d3485f16caaea005a488f 100644 (file)
@@ -34,7 +34,7 @@ flash bank $_FLASHNAME cfi 0x5C000000 0x400000 2 2 $_TARGETNAME jedec_probe
 
 $_TARGETNAME configure -event reset-init {
   # Flash
-  mww 0x20200010 0x00000007     ;# FBWST: 7 wait states, not chached
+  mww 0x20200010 0x00000007     ;# FBWST: 7 wait states, not cached
 
   # Use PLL
   mww 0xFFFF8020 0x00000001     ;# XTAL_OSC_CONTROL: enable, 1-20 MHz
@@ -103,4 +103,3 @@ $_TARGETNAME configure -event reset-init {
   mww 0x600000CC 0x0000000C     ;# Bank7 WST2=8
   mww 0x600000C4 0x00000002     ;# Bank7 IDCY=2
 }
-