]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivated
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 11 Jan 2022 15:37:21 +0000 (16:37 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 24 Jan 2022 10:00:47 +0000 (11:00 +0100)
commit046bdb806407976cabce77eb304bb29fa70180f0
tree9caa4c05bf630fb5fd1042fdfa6f739358030719
parent6ddc71c13e1b78560d3869bc394144e91972e44f
board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivated

Solve compilation issue on undefined CONFIG_SYS_MMC_ENV_DEV when
CONFIG_ENV_IS_IN_MMC is deactivated on STMicroelectronics boards
defconfig

Fixes: 9f97193616f1 ("board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when available")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/st/stm32mp1/stm32mp1.c