aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorAlexandre Bourdiol <alexandre.bourdiol@st.com>2020-09-01 16:50:08 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-09-05 16:48:26 +0100
commitf1d77a485ce4ca81ea791f3d584f7d5d452a10a9 (patch)
tree444586b599b469c6db7cbdc913e586b3c941df8f /tcl/board
parent3ac010bb9f1065c0d2cba9ac2c473878d8a6eee6 (diff)
downloadriscv-openocd-f1d77a485ce4ca81ea791f3d584f7d5d452a10a9.zip
riscv-openocd-f1d77a485ce4ca81ea791f3d584f7d5d452a10a9.tar.gz
riscv-openocd-f1d77a485ce4ca81ea791f3d584f7d5d452a10a9.tar.bz2
tcl/board/st_nucleo_l1.cfg use dualbank configuration
st_nucleo_l1.cfg is based on STM32L152RET6 which support dualbank flash. Change-Id: I7ecdb7b7557229465e23eed667f20cd84197dfc7 Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com> Reviewed-on: http://openocd.zylin.com/5829 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/st_nucleo_l1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/st_nucleo_l1.cfg b/tcl/board/st_nucleo_l1.cfg
index d97eb7c..a508bb6 100644
--- a/tcl/board/st_nucleo_l1.cfg
+++ b/tcl/board/st_nucleo_l1.cfg
@@ -5,6 +5,6 @@ source [find interface/stlink.cfg]
transport select hla_swd
-source [find target/stm32l1.cfg]
+source [find target/stm32l1x_dual_bank.cfg]
reset_config srst_only