]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32mp: activate CONFIG_ENV_MMC_USE_DT
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 10 Nov 2022 10:49:02 +0000 (11:49 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 17:37:09 +0000 (12:37 -0500)
commitb299c9686c6d9be2a78df7af57759c253f940d03
tree31e8a3be8d30ef4df17bfcc6f2b2286ebfbab141
parent2ffc1a15c7ccddbfda62c3735fd7db972a5da92d
configs: stm32mp: activate CONFIG_ENV_MMC_USE_DT

Activate by default CONFIG_ENV_MMC_USE_DT as "u-boot,mmc-env-partition"
should be always use in STMicroelectronics boards device tree to locate
the environment for mmc backend. The 2 defines:
  CONFIG_ENV_OFFSET=0x280000
  CONFIG_ENV_OFFSET_REDUND=0x2C0000
are only valid for spi-nor and not for SD-Card or eMMC.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
configs/stm32mp13_defconfig
configs/stm32mp15_basic_defconfig
configs/stm32mp15_defconfig
configs/stm32mp15_trusted_defconfig