[PATCH 4/5] configs: stm32mp2: Enable LED_BOOT for stm32mp25_defconfig

Patrice Chotard patrice.chotard at foss.st.com
Fri Oct 17 16:37:48 CEST 2025


Enable LED_BOOT to use led_boot_on/off() API in board file.

Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
---

 configs/stm32mp25_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig
index a5ee02a09b4..7c3b46fcf94 100644
--- a/configs/stm32mp25_defconfig
+++ b/configs/stm32mp25_defconfig
@@ -61,6 +61,7 @@ CONFIG_GPIO_HOG=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_STM32F7=y
 CONFIG_LED=y
+CONFIG_LED_BOOT=y
 CONFIG_LED_GPIO=y
 CONFIG_STM32_OMM=y
 CONFIG_SUPPORT_EMMC_BOOT=y
-- 
2.43.0



More information about the U-Boot mailing list