From: Patrick Delaunay Date: Mon, 15 Jan 2024 14:05:48 +0000 (+0100) Subject: configs: stm32mp25: add support of fuse command X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=c20e0fc7d65fd4027afa22073844ad496887ed36;p=u-boot.git configs: stm32mp25: add support of fuse command Add support of the command fuse with CONFIG_CMD_FUSE to allow access on OTP with command line. Reviewed-by: Patrice Chotard Signed-off-by: Patrick Delaunay --- diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig index 75f27c98b4..9fbd7eb157 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