From: Andrey Yurovsky Date: Tue, 10 Dec 2013 19:59:33 +0000 (-0800) Subject: stm32lx_dual_bank.cfg: fix typo in file path X-Git-Tag: v0.8.0-rc1~162 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=2d64cf92aed12fc785afe8bd8bd759ae28a6b2eb stm32lx_dual_bank.cfg: fix typo in file path s/stm32l1x/stm32lx ...this makes tm32lx_dual_bank.cfg work again. Change-Id: I04dc617523caa6b46c675fe9b700d1bbe88170e6 Signed-off-by: Andrey Yurovsky Reviewed-on: http://openocd.zylin.com/1832 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/tcl/target/stm32lx_dual_bank.cfg b/tcl/target/stm32lx_dual_bank.cfg index eb1158d84e..a225a49e06 100644 --- a/tcl/target/stm32lx_dual_bank.cfg +++ b/tcl/target/stm32lx_dual_bank.cfg @@ -2,7 +2,7 @@ # Let's add a definition for the second bank here. # script for stm32lx family -source [find target/stm32l1x_stlink.cfg] +source [find target/stm32lx_stlink.cfg] # Add the second flash bank. set _FLASHNAME $_CHIPNAME.flash1