From 58f90c986fc8ea8d5e970cd3e1fe8d29c532f941 Mon Sep 17 00:00:00 2001 From: Gilles DOFFE Date: Thu, 12 Nov 2020 23:38:33 +0100 Subject: [PATCH] boards/common/stm32: add openocd config stm32mp1.cfg Add common openocd configuration for stm32mp1 boards. Signed-off-by: Gilles DOFFE --- boards/common/stm32/dist/stm32mp1.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 boards/common/stm32/dist/stm32mp1.cfg diff --git a/boards/common/stm32/dist/stm32mp1.cfg b/boards/common/stm32/dist/stm32mp1.cfg new file mode 100644 index 0000000000..8c0f0579db --- /dev/null +++ b/boards/common/stm32/dist/stm32mp1.cfg @@ -0,0 +1,3 @@ +source [find target/stm32mp15x.cfg] +reset_config srst_only +$_CHIPNAME.cm4 configure -rtos auto