[Uboot-stm32] [PATCH 7/8] env: mmc: add debug message when mmc-env-partition is not found

Patrice CHOTARD patrice.chotard at foss.st.com
Tue Dec 6 09:16:43 CET 2022



On 11/10/22 11:49, Patrick Delaunay wrote:
> Add a debug message to indicate a potential issue when
> "u-boot,mmc-env-partition" is present in config node of device tree
> but this partition name is not found in the mmc device.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
> 
>  env/mmc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/env/mmc.c b/env/mmc.c
> index bd7d51e6b633..8941e0f5ff39 100644
> --- a/env/mmc.c
> +++ b/env/mmc.c
> @@ -120,6 +120,7 @@ static inline s64 mmc_offset(int copy)
>  		err = mmc_offset_try_partition(str, copy, &val);
>  		if (!err)
>  			return val;
> +		debug("env partition '%s' not found (%d)", str, err);
>  	}
>  
>  	/* try the GPT partition with "U-Boot ENV" TYPE GUID */

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

Thanks
Patrice


More information about the U-Boot mailing list