
18 Oct
2022
18 Oct
'22
6:59 p.m.
On Mon, 17 Oct 2022 at 02:33, Julien Masson jmasson@baylibre.com wrote:
The user has now the choice to specify the splash location in the MMC as a raw storage.
Signed-off-by: Julien Masson jmasson@baylibre.com
Changes in v2:
- splash_mmc_read_raw: return -EIO in case of errors
- splash_mmc_read_raw: use IS_ENABLED(CONFIG_CMD_MMC) instead of #ifdef
common/splash.c | 6 ++++++ common/splash_source.c | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org