diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2017-06-01 07:20:13 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-08 23:16:12 +0200 |
commit | 0c6c3b2237edd590d7251c8e09d560145c3df6ea (patch) | |
tree | cfea1ff0fc0694a4a937bc8f0d66cc3261ed2c28 /board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch | |
parent | e77a558826f12b22d1bfd49c2ec6c84ba0c97f61 (diff) | |
download | buildroot-0c6c3b2237edd590d7251c8e09d560145c3df6ea.tar.gz buildroot-0c6c3b2237edd590d7251c8e09d560145c3df6ea.zip |
configs/stm32f4xx: use kernel version 4.11
Use kernel 4.11 for stm32f4 discovery board
(stm32f429i-disco and stm32f469i-disco).
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch')
-rw-r--r-- | board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch b/board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch deleted file mode 100644 index 01af415453..0000000000 --- a/board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 3b572676972f9bcf69695fd85a582c6622f7faa8 Mon Sep 17 00:00:00 2001 -From: Lee Jones <lee.jones@linaro.org> -Date: Tue, 16 Feb 2016 14:04:17 +0000 -Subject: [PATCH] ARM: stm32: Identify a new board - STM32F469 - -Signed-off-by: Lee Jones <lee.jones@linaro.org> ---- - arch/arm/mach-stm32/board-dt.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c -index f2ad772..ceee477 100644 ---- a/arch/arm/mach-stm32/board-dt.c -+++ b/arch/arm/mach-stm32/board-dt.c -@@ -10,6 +10,7 @@ - - static const char *const stm32_compat[] __initconst = { - "st,stm32f429", -+ "st,stm32f469", - NULL - }; - --- -2.6.4 - |