summaryrefslogtreecommitdiff
path: root/tcl/target/imx25.cfg
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-11-15 14:43:16 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-17 16:56:28 +0100
commit2b546fdc45d33a7b407f49b3732d1a57afa60b72 (patch)
tree6d8613a05216ac9a34f6ce36196bee0a4ae82e48 /tcl/target/imx25.cfg
parent52558354e67e4a2f7884666cf88c899ad9afa05e (diff)
downloadopenocd+libswd-2b546fdc45d33a7b407f49b3732d1a57afa60b72.tar.gz
openocd+libswd-2b546fdc45d33a7b407f49b3732d1a57afa60b72.tar.bz2
openocd+libswd-2b546fdc45d33a7b407f49b3732d1a57afa60b72.tar.xz
openocd+libswd-2b546fdc45d33a7b407f49b3732d1a57afa60b72.zip
flash: fix bug with multiple back-to-back flash chips
flash programming via flash write_image or gdb load would produce a bogus error message that the flash chip was to small. The solution is to limit the current flash programming run to the current chip. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/target/imx25.cfg')
0 files changed, 0 insertions, 0 deletions
/a> 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234