04d0a5793f
Similar to stm32f429_disco, this commit adds a configuration for the Cortex-M4 based STM32F469 platform. It requires a few kernel patches, which have already been submitted upstream, as well as a small OpenOCD patch. Besides that, it re-uses most of what has been added for the STM32F429 platform. Signed-off-by: Lee Jones <lee.jones@linaro.org> [Thomas: - squash multiple patches from Lee Jones into one - improve the readme.txt file - sync the defconfig with the adaptations made to the stm32f429 configuration.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
26 lines
652 B
Diff
26 lines
652 B
Diff
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
|
|
|