On Mon, 17 Oct 2022 at 02:33, Julien Masson <[email protected]> wrote: > > The user has now the choice to specify the splash location in the MMC > as a raw storage. > > Signed-off-by: Julien Masson <[email protected]> > --- > > 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 <[email protected]>

