RE: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-10-12 Thread Patrick DELAUNAY
Hi Tom > From: Tom Rini > Sent: vendredi 9 octobre 2020 15:18 > > On Wed, Oct 07, 2020 at 08:37:57AM +, Patrick DELAUNAY wrote: > > Hi, > > > > > From: U-Boot On Behalf Of Peter > > > Robinson > > > Sent: mardi 29 septembre 2020 11:48 > > > > > > The 44758771ee commit removes

Re: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-10-09 Thread Tom Rini
On Wed, Oct 07, 2020 at 08:37:57AM +, Patrick DELAUNAY wrote: > Hi, > > > From: U-Boot On Behalf Of Peter Robinson > > Sent: mardi 29 septembre 2020 11:48 > > > > The 44758771ee commit removes CONFIG_PREBOOT but actually sets the > > USE_PREBOOT Kconfig option which isn't CONFIG_PREBOOT and

RE: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-10-09 Thread Patrick DELAUNAY
Hi Simon and Tom > From: Tom Rini > Sent: mercredi 7 octobre 2020 17:45 > > On Wed, Oct 07, 2020 at 07:26:55AM -0600, Simon Glass wrote: > > Hi Patrick, > > > > On Wed, 7 Oct 2020 at 02:38, Patrick DELAUNAY > wrote: > > > > > > Hi, > > > > > > > From: U-Boot On Behalf Of Peter > > > >

Re: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-10-07 Thread Tom Rini
On Wed, Oct 07, 2020 at 07:26:55AM -0600, Simon Glass wrote: > Hi Patrick, > > On Wed, 7 Oct 2020 at 02:38, Patrick DELAUNAY wrote: > > > > Hi, > > > > > From: U-Boot On Behalf Of Peter Robinson > > > Sent: mardi 29 septembre 2020 11:48 > > > > > > The 44758771ee commit removes CONFIG_PREBOOT

Re: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-10-07 Thread Simon Glass
Hi Patrick, On Wed, 7 Oct 2020 at 02:38, Patrick DELAUNAY wrote: > > Hi, > > > From: U-Boot On Behalf Of Peter Robinson > > Sent: mardi 29 septembre 2020 11:48 > > > > The 44758771ee commit removes CONFIG_PREBOOT but actually sets the > > USE_PREBOOT Kconfig option which isn't CONFIG_PREBOOT

RE: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-10-07 Thread Patrick DELAUNAY
Hi, > From: U-Boot On Behalf Of Peter Robinson > Sent: mardi 29 septembre 2020 11:48 > > The 44758771ee commit removes CONFIG_PREBOOT but actually sets the > USE_PREBOOT Kconfig option which isn't CONFIG_PREBOOT and is also a bool > option which means we regress because 'usb start' isn't run

Re: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-09-30 Thread Simon Glass
On Tue, 29 Sep 2020 at 03:48, Peter Robinson wrote: > > The 44758771ee commit removes CONFIG_PREBOOT but actually sets the USE_PREBOOT > Kconfig option which isn't CONFIG_PREBOOT and is also a bool option which > means > we regress because 'usb start' isn't run when expected, it should also be

Re: [PATCH] Define default CONFIG_PREBOOT with right config option

2020-09-30 Thread Tom Rini
On Tue, Sep 29, 2020 at 10:48:14AM +0100, Peter Robinson wrote: > The 44758771ee commit removes CONFIG_PREBOOT but actually sets the USE_PREBOOT > Kconfig option which isn't CONFIG_PREBOOT and is also a bool option which > means > we regress because 'usb start' isn't run when expected, it should

[PATCH] Define default CONFIG_PREBOOT with right config option

2020-09-29 Thread Peter Robinson
The 44758771ee commit removes CONFIG_PREBOOT but actually sets the USE_PREBOOT Kconfig option which isn't CONFIG_PREBOOT and is also a bool option which means we regress because 'usb start' isn't run when expected, it should also be run for devices that have USB storage because keyboards aren't