Re: [RESEND PATCH 2/2] splash: get devpart from environment variable

2022-10-17 Thread Julien Masson
Hi Simon, On Mon 17 Oct 2022 at 09:49, Simon Glass wrote: > Hi Julien, > > > On Thu, 13 Oct 2022 at 09:51, Julien Masson wrote: >> >> Hi Simon, >> >> Thanks for the review. >> >> On Thu 13 Oct 2022 at 17:44, Simon Glass wrote: >> >>> Hi Julien, >>> >>> On Wed, 12 Oct 2022 at 05:38, Julien Ma

Re: [RESEND PATCH 2/2] splash: get devpart from environment variable

2022-10-14 Thread Simon Glass
Hi Julien, On Thu, 13 Oct 2022 at 09:51, Julien Masson wrote: > > Hi Simon, > > Thanks for the review. > > On Thu 13 Oct 2022 at 17:44, Simon Glass wrote: > > > Hi Julien, > > > > On Wed, 12 Oct 2022 at 05:38, Julien Masson wrote: > >> > >> By default several types of splash locations are supp

Re: [RESEND PATCH 2/2] splash: get devpart from environment variable

2022-10-13 Thread Julien Masson
Hi Simon, Thanks for the review. On Thu 13 Oct 2022 at 17:44, Simon Glass wrote: > Hi Julien, > > On Wed, 12 Oct 2022 at 05:38, Julien Masson wrote: >> >> By default several types of splash locations are supported and the >> user can select one of them through environment var (splashsource).

Re: [RESEND PATCH 2/2] splash: get devpart from environment variable

2022-10-12 Thread Simon Glass
Hi Julien, On Wed, 12 Oct 2022 at 05:38, Julien Masson wrote: > > By default several types of splash locations are supported and the > user can select one of them through environment var (splashsource). > > However the devpart is still hardcoded and we cannot change it from > the environment. > >