Re: [U-Boot] [PATCH v2 1/4] firmware: Add FIRMWARE config prompt string

2018-10-02 Thread Simon Glass
On 25 September 2018 at 22:41, Simon Glass wrote: > On 19 September 2018 at 04:43, Rajan Vaja wrote: >> There is no prompt string for FIRMWARE config. Without this, >> FIRMWARE config cannot be enabled through menuconfing or >> config file. Fix this by adding prompt summary. >> >> Signed-off-by:

Re: [U-Boot] [PATCH v2 1/4] firmware: Add FIRMWARE config prompt string

2018-09-25 Thread Simon Glass
On 19 September 2018 at 04:43, Rajan Vaja wrote: > There is no prompt string for FIRMWARE config. Without this, > FIRMWARE config cannot be enabled through menuconfing or > config file. Fix this by adding prompt summary. > > Signed-off-by: Rajan Vaja > --- > Changes in v2: > * New patch > --- >