summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-16 09:59:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-17 09:39:24 +0100
commit0cf19c29a325c5d31fcb6984106ec3d4c75c0af9 (patch)
tree5ff1f75936bd644f9b07e5ba7384ba5347a2da92 /arch/arm/configs
parent18e0d8bb177d6fe70b79a97c3bbe25b7cf6ba864 (diff)
downloadbarebox-0cf19c29a325c5d31fcb6984106ec3d4c75c0af9.tar.gz
barebox-0cf19c29a325c5d31fcb6984106ec3d4c75c0af9.tar.xz
ARM: stm32mp: add support for STM32MP157-EV1 board
The STM32MP157A-EV1 and STM32MP157C-EV1 Evaluation boards are the full-feature demonstration and development platforms for STMicroelectronics Arm®-based dual Cortex®-A7 32 bits and Cortex®-M4 32 bits MPUs in the STM32MP1 Series. Add support for running barebox as SSBL on either of them. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/stm32mp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32mp_defconfig b/arch/arm/configs/stm32mp_defconfig
index e1ee4ec082..7b90002f87 100644
--- a/arch/arm/configs/stm32mp_defconfig
+++ b/arch/arm/configs/stm32mp_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARCH_STM32MP=y
CONFIG_MACH_STM32MP15XX_DKX=y
CONFIG_MACH_LXA_MC1=y
CONFIG_MACH_SEEED_ODYSSEY=y
+CONFIG_MACH_STM32MP15X_EV1=y
CONFIG_THUMB2_BAREBOX=y
CONFIG_ARM_BOARD_APPEND_ATAG=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y