commit | a3a142ca4e914bad818d55c05b26e35c001d4ecb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 09 11:22:08 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 22 15:22:48 2023 -0400 |
tree | c6316de639f080c3514cab49979059b6753ad441 | |
parent | e3b32649e900e2c6b2e37157a0125a972ce1d09a [diff] |
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>