aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-07-02 13:26:07 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-12 11:50:53 +0200
commite81f8d16e27803a2178a35268d2ba8d4a22ed3f1 (patch)
tree7af83b0b54e147122d358f0f55b3a14bb616e7c5 /arch/arm/mach-stm32mp
parent152c84bce9bee4ef839074347ca00df3f47afd00 (diff)
downloadu-boot-e81f8d16e27803a2178a35268d2ba8d4a22ed3f1.zip
u-boot-e81f8d16e27803a2178a35268d2ba8d4a22ed3f1.tar.gz
u-boot-e81f8d16e27803a2178a35268d2ba8d4a22ed3f1.tar.bz2
stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONS
Update kernel MTD partition in device tree with U-Boot information. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 7f6e805..9dc3c4d 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -38,6 +38,7 @@ config TARGET_STM32MP1
select CPU_V7A
select CPU_V7_HAS_NONSEC if !STM32MP1_TRUSTED
select CPU_V7_HAS_VIRT
+ select OF_BOARD_SETUP
select PINCTRL_STM32
select STM32_RCC
select STM32_RESET