[PATCH v2] env: mmc: Make redundant env in both eMMC boot partitions consider DT properties

Marek Vasut marex at denx.de
Tue Feb 11 17:06:08 CET 2025


On 2/11/25 2:47 PM, Quentin Schulz wrote:

Hi,

>> +    if (CONFIG_SYS_MMC_ENV_PART != 1)
> 
> Oof what a terrible name for the actual meaning :/
> 
>            MMC hardware partition device number on the platform where the
>            environment is stored.  Note that this is not related to any 
> software
>            defined partition table but instead if we are in the user 
> area, which is
>            partition 0 or the first boot partition, which is 1 or some 
> other defined
>            partition.
> 
> Would benefit from a small comment making this less confusing in the code.

Maybe CONFIG_SYS_MMC_ENV_PART should be renamed instead ... to some 
CONFIG_ENV_MMC_HW_PART

> In any case,
> 
> Reviewed-by: Quentin Schulz <quentin.schulz at cherry.de>
> 
> Less obscure ifdefery makes me happy.
Thank you


More information about the U-Boot mailing list