Re: [U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define

2015-09-30 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/29/15 20:12, Tom Rini wrote: > On Tue, Sep 29, 2015 at 07:25:27PM +0300, Igor Grinberg wrote: > >> ping >> >> On 09/24/15 12:56, Igor Grinberg wrote: >>> Hi Tom, >>> >>> On 08/26/15 17:54, Igor Grinberg wrote: CONFIG_TWL4030_POWER is a

Re: [U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define

2015-09-29 Thread Igor Grinberg
ping On 09/24/15 12:56, Igor Grinberg wrote: > Hi Tom, > > On 08/26/15 17:54, Igor Grinberg wrote: >> CONFIG_TWL4030_POWER is a boolean define variable. It is either defined >> or not defined and should not have a value assigned to it. >> Remove the value. >> >> Signed-off-by: Igor Grinberg

Re: [U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define

2015-09-29 Thread Tom Rini
On Tue, Sep 29, 2015 at 07:25:27PM +0300, Igor Grinberg wrote: > ping > > On 09/24/15 12:56, Igor Grinberg wrote: > > Hi Tom, > > > > On 08/26/15 17:54, Igor Grinberg wrote: > >> CONFIG_TWL4030_POWER is a boolean define variable. It is either defined > >> or not defined and should not have a

Re: [U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define

2015-09-24 Thread Igor Grinberg
Hi Tom, On 08/26/15 17:54, Igor Grinberg wrote: > CONFIG_TWL4030_POWER is a boolean define variable. It is either defined > or not defined and should not have a value assigned to it. > Remove the value. > > Signed-off-by: Igor Grinberg I think this one can also be

[U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define

2015-08-26 Thread Igor Grinberg
CONFIG_TWL4030_POWER is a boolean define variable. It is either defined or not defined and should not have a value assigned to it. Remove the value. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- include/configs/ti_omap3_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)