spl: Add function prototype for spl_mmc_get_uboot_raw_sector
authorTom Rini <trini@konsulko.com>
Thu, 9 Mar 2023 16:22:08 +0000 (11:22 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commit16d82d7bfac87bd3f670bf2388dff6354f8f0eac
treec6316de639f080c3514cab49979059b6753ad441
parentf5131e80fc5b6d858fe07f0691d82e8fbe2fd25d
spl: Add function prototype for spl_mmc_get_uboot_raw_sector

We did not add a prototype for spl_mmc_get_uboot_raw_sector to
include/spl.h before, so add and document one now. Correct the incorrect
prototype in board/advantech/imx8mp_rsb3720a1/imx8mp_rsb3720a1.c and
ensure that we have spl.h where we define a non-weak
spl_mmc_get_uboot_raw_sector as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-imx/image-container.c
board/advantech/imx8mp_rsb3720a1/imx8mp_rsb3720a1.c
include/spl.h