config files: Drop incorrect comments.
[fw/openocd] / tcl / target / pic32mx.cfg
index 202668b88ae57a5ed317f9b9b9fbe104e54c66cc..0b3522ee4c1219aa79aa99a091023ad121a4a0c7 100644 (file)
@@ -14,7 +14,6 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
-   # force an error till we get a good number
    set _CPUTAPID 0x30938053
 }
 
@@ -78,6 +77,3 @@ flash bank $_FLASHNAME pic32mx 0x1d000000 0 0 0 $_TARGETNAME
 # add virtual banks for kseg0 and kseg1
 flash bank vbank2 virtual 0xbd000000 0 0 0 $_TARGETNAME $_FLASHNAME
 flash bank vbank3 virtual 0x9d000000 0 0 0 $_TARGETNAME $_FLASHNAME
-
-# For more information about the configuration files, take a look at:
-# openocd.texi