[PATCH v2 05/14] configs: stm32mp25: add support of fuse command
Patrice CHOTARD
patrice.chotard at foss.st.com
Fri Jan 19 14:25:09 CET 2024
On 1/15/24 15:05, Patrick Delaunay wrote:
> Add support of the command fuse with CONFIG_CMD_FUSE to allow access
> on OTP with command line.
>
> Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
>
> (no changes since v1)
>
> 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
Applied to u-boot-stm32/master
Thanks
Patrice
More information about the U-Boot
mailing list