RE: [PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined

2020-11-25 Thread Patrick DELAUNAY
Hi Richard, > From: Richard Genoud > 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 > --- > arch/arm/mach-stm32mp/spl.c | 2 ++ > 1 file changed, 2 insertions(+)

RE: [PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined

2020-10-13 Thread Patrick DELAUNAY
Hi, > From: Richard Genoud > Sent: mardi 13 octobre 2020 14:25 > > Hi Patrick, > > Le 13/10/2020 à 14:18, Patrick DELAUNAY a écrit : > > Hi Richard, > > > >> From: Richard Genoud > >> Sent: lundi 12 octobre 2020 16:11 > >> > >> spl_mmc_boot_partition is only defined when > >>

Re: [PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined

2020-10-13 Thread Richard Genoud
Hi Patrick, Le 13/10/2020 à 14:18, Patrick DELAUNAY a écrit : Hi Richard, From: Richard Genoud 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 ---

RE: [PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined

2020-10-13 Thread Patrick DELAUNAY
Hi Richard, > From: Richard Genoud > 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 > --- > arch/arm/mach-stm32mp/spl.c | 2 ++ > 1 file changed, 2 insertions(+)

[PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined

2020-10-12 Thread Richard Genoud
spl_mmc_boot_partition is only defined when CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION is defined. Signed-off-by: Richard Genoud --- arch/arm/mach-stm32mp/spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-stm32mp/spl.c b/arch/arm/mach-stm32mp/spl.c index