X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Fcs351x.cfg;h=cb05da2cfc97502e70e75a28c30c80ba619b3a4a;hb=1663a17d9d5f5988a8d129a6da36ebcf728d79a2;hp=0785d538a0aa314cb16791c62a57a84b7b0902e3;hpb=ca45e700b1c57caca2ef08e665e3c7e3e02ac8d3;p=openocd.git diff --git a/tcl/target/cs351x.cfg b/tcl/target/cs351x.cfg index 0785d538a0..cb05da2cfc 100644 --- a/tcl/target/cs351x.cfg +++ b/tcl/target/cs351x.cfg @@ -20,7 +20,7 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP # Create the GDB Target. set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME fa526 -endian $_ENDIAN -chain-position $_TARGETNAME -variant fa526 +target create $_TARGETNAME fa526 -endian $_ENDIAN -chain-position $_TARGETNAME # There is 16K of SRAM on this chip # FIXME: flash programming is not working by using this work area. So comment this out for now.