Dear Harald, > From: Harald Seiler <[email protected]> > Sent: mercredi 15 avril 2020 11:34 > > This function is only relevant to the MMC driver so calling it > spl_boot_partition() might be confusing. Rename it to > spl_mmc_boot_partition() to make its purpose more clear (and bring it in line > with > spl_mmc_boot_mode()). > > Signed-off-by: Harald Seiler <[email protected]> > --- > include/spl.h | 14 +++++++++++++- > common/spl/spl_mmc.c | 5 ++--- > arch/arm/mach-stm32mp/spl.c | 2 +- > 3 files changed, 16 insertions(+), 5 deletions(-) >
Reviewed-by: Patrick Delaunay <[email protected]> Thanks Patrick

