Re: [RESEND PATCH 1/2] splash: support raw image from MMC

2022-10-14 Thread Simon Glass
Hi Julien, On Thu, 13 Oct 2022 at 10:08, Julien Masson wrote: > > Hi Simon, > > On Thu 13 Oct 2022 at 17:51, Simon Glass wrote: > > > HI Julien, > > > > On Wed, 12 Oct 2022 at 05:38, Julien Masson wrote: > >> > >> The user has now the choice to specify the splash location in the MMC > >> as a

Re: [RESEND PATCH 1/2] splash: support raw image from MMC

2022-10-13 Thread Julien Masson
Hi Simon, On Thu 13 Oct 2022 at 17:51, Simon Glass wrote: > HI Julien, > > On Wed, 12 Oct 2022 at 05:38, Julien Masson wrote: >> >> The user has now the choice to specify the splash location in the MMC >> as a raw storage. >> >> Signed-off-by: Julien Masson >> --- >> common/splash.c|

Re: [RESEND PATCH 1/2] splash: support raw image from MMC

2022-10-12 Thread Simon Glass
HI Julien, On Wed, 12 Oct 2022 at 05:38, Julien Masson wrote: > > The user has now the choice to specify the splash location in the MMC > as a raw storage. > > Signed-off-by: Julien Masson > --- > common/splash.c| 6 ++ > common/splash_source.c | 29 + >

[RESEND PATCH 1/2] splash: support raw image from MMC

2022-10-12 Thread Julien Masson
The user has now the choice to specify the splash location in the MMC as a raw storage. Signed-off-by: Julien Masson --- common/splash.c| 6 ++ common/splash_source.c | 29 + 2 files changed, 35 insertions(+) diff --git a/common/splash.c

[PATCH 1/2] splash: support raw image from MMC

2022-09-19 Thread Julien Masson
The user has now the choice to specify the splash location in the MMC as a raw storage. Signed-off-by: Julien Masson --- common/splash.c| 6 ++ common/splash_source.c | 29 + 2 files changed, 35 insertions(+) diff --git a/common/splash.c