[PATCH 2/2] spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()
Simon Glass
sjg at chromium.org
Mon Apr 20 01:37:27 CEST 2020
On Wed, 15 Apr 2020 at 03:35, Harald Seiler <hws at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list