commit | 16d82d7bfac87bd3f670bf2388dff6354f8f0eac | [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 | f5131e80fc5b6d858fe07f0691d82e8fbe2fd25d [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>