Hi Richard,

> From: Richard Genoud <richard.gen...@posteo.net>
> Sent: lundi 12 octobre 2020 16:11
> 
> 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.gen...@posteo.net>
> ---
>  arch/arm/mach-stm32mp/spl.c | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Patrick Delaunay <patrick.delau...@st.com>

Thanks for this missing check in spl.

NB: after check, it is possible to IS_ENABLED to prevent #ifdef here 

<unknown>:0: warning: Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or 
#ifdef' where possible

Patrick

Reply via email to