[PATCH 05/12] configs: stm32mp25: add support of fuse command
Patrick Delaunay
patrick.delaunay at foss.st.com
Mon Jan 15 13:46:50 CET 2024
Add support of the command fuse with CONFIG_CMD_FUSE to allow access
on OTP with command line.
Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
---
configs/stm32mp25_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig
index 75f27c98b441..9fbd7eb15755 100644
--- a/configs/stm32mp25_defconfig
+++ b/configs/stm32mp25_defconfig
@@ -21,6 +21,7 @@ CONFIG_CMD_ADTIMG=y
CONFIG_CMD_MEMINFO=y
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_CLK=y
+CONFIG_CMD_FUSE=y
CONFIG_CMD_GPIO=y
# CONFIG_CMD_LOADB is not set
CONFIG_CMD_CACHE=y
--
2.25.1
More information about the U-Boot
mailing list