diff options
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 - |