spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()
authorHarald Seiler <hws@denx.de>
Wed, 15 Apr 2020 09:33:31 +0000 (11:33 +0200)
committerPeng Fan <peng.fan@nxp.com>
Wed, 22 Apr 2020 12:41:57 +0000 (20:41 +0800)
commitc51b7518931a147c3e024bcc0c44f87dc197ac89
tree7eb4905529c1c65e2cd432f438e7c7f580d96a24
parente97590654aea4c964f49bd915543a417d0c76996
spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-stm32mp/spl.c
common/spl/spl_mmc.c
include/spl.h