On Thu, 10 Nov 2022 11:48:57 +0100, Patrick Delaunay wrote: > Update in U-Boot env mmc backend with several cosmetic changes or > corrections and 2 new features: > > 1/ CONFIG_ENV_MMC_USE_DT = no more use CONFIG_ENV_OFFSET > in the mmc ENV backend when this config is activated. > > Requested by the STM32MP STMicroelectronics boards which activate > several ENV_IS_IN_XXX; the value of CONFIG_ENV_OFFSET is invalid for > SD-Card / eMMC boot; this offset should only used in SPIFlash backend > (sf.c) for SPI-NOR boot. > > [...]
Applied to u-boot/master, thanks! -- Tom