SPL: stm32mp1: fix spl_mmc_boot_partition not defined
authorRichard Genoud <richard.genoud@posteo.net>
Mon, 12 Oct 2020 14:11:09 +0000 (16:11 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Wed, 25 Nov 2020 09:56:09 +0000 (10:56 +0100)
commit40426d6f9a9afea7c16361d780f5475747a55266
treeabff432fe70d00594a051d66d5e2704dc79e6512
parent34d573fdab2a08cb33c1b4631eab93be9e733db1
SPL: stm32mp1: fix spl_mmc_boot_partition not defined

spl_mmc_boot_partition is only defined when
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION is defined.

Signed-off-by: Richard Genoud <richard.genoud@posteo.net>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/mach-stm32mp/spl.c