
20 Apr
2020
20 Apr
'20
1:37 a.m.
On Wed, 15 Apr 2020 at 03:35, Harald Seiler hws@denx.de wrote:
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 hws@denx.de
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: Simon Glass sjg@chromium.org