]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit30e60204a84c1c4882b6d9ebdfeb56f1b6d690c8
treec6316de639f080c3514cab49979059b6753ad441
parent828fa93ccfcb254d9a168b094ed489c2f5ee2619
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