summaryrefslogtreecommitdiffstats
path: root/board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-07 13:56:00 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-07 13:56:00 +0200
commitc383e8fc8be95deb16032fecd1de00792e2cddb0 (patch)
tree327499de5317c60239289cc3549e28a20ee55260 /board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch
parenta4b8342bbe4761b5e9e5306ff549f0ca8bc166bb (diff)
downloadbuildroot-c383e8fc8be95deb16032fecd1de00792e2cddb0.tar.gz
buildroot-c383e8fc8be95deb16032fecd1de00792e2cddb0.zip
board/stmicroelectronics/stm32f469-disco: remove OpenOCD patches
Since the bump of OpenOCD from 0.9.0 to 0.10.0 in commit 3b6c74d708252a32fe172be944951396d419ba88, stm32f469_disco_defconfig fails to build: - 0001-add-config.patch was merged in upstream OpenOCD (commit 26045588f462476cee356d15a24944d6c26befb4). - 0002-flash-nor.patch was merged in upstream OpenOCD (commit 3e219648c80a27f0519003f3b088cbb846e255d8) Therefore, this commit removes the two patches that are no longer necessary. Fixes: https://gitlab.com/buildroot.org/buildroot/builds/15762279 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch')
-rw-r--r--board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch b/board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch
deleted file mode 100644
index 036c4f6227..0000000000
--- a/board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 26045588f462476cee356d15a24944d6c26befb4 Mon Sep 17 00:00:00 2001
-From: Maxime Coquelin <mcoquelin.stm32@gmail.com>
-Date: Sat, 24 Oct 2015 00:13:38 +0200
-Subject: [PATCH] tcl: add STM32F469 discovery board config
-
-Change-Id: Iad7ee06330b3259ea0ce0d174dfdade6785913eb
-Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
-Reviewed-on: http://openocd.zylin.com/3043
-Tested-by: jenkins
-Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
-Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
----
- tcl/board/stm32f469discovery.cfg | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
- create mode 100644 tcl/board/stm32f469discovery.cfg
-
-diff --git a/tcl/board/stm32f469discovery.cfg b/tcl/board/stm32f469discovery.cfg
-new file mode 100644
-index 0000000..eecfe33
---- /dev/null
-+++ b/tcl/board/stm32f469discovery.cfg
-@@ -0,0 +1,12 @@
-+#
-+# This is an STM32F469 discovery board with a single STM32F469NI chip.
-+# http://www.st.com/web/catalog/tools/FM116/CL1620/SC959/SS1532/LN1848/PF262395
-+#
-+
-+source [find interface/stlink-v2-1.cfg]
-+
-+transport select hla_swd
-+
-+source [find target/stm32f4x.cfg]
-+
-+reset_config srst_only
---
-1.9.1
-
OpenPOWER on IntegriCloud