Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-26 Thread Tom Rini
On Mon, Jun 22, 2015 at 04:15:27PM -0500, Joe Hershberger wrote: > This config defined a CONS_INDEX as a config but did not define it in > any Kconfig, so savedefconfig will delete that entry. Use > CONFIG_SYS_EXTRA_OPTIONS for now until that is added to Kconfig. > > Signed-off-by: Joe Hershberge

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Yegor Yefremov
On Thu, Jun 25, 2015 at 5:42 PM, Joe Hershberger wrote: > Hi Yegor, > > On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov > wrote: >> On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov >> wrote: >>> Hi Joe, >>> >>> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger >>> wrote: Hi Tom, On

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Tom Rini
On Thu, Jun 25, 2015 at 10:48:09AM -0500, Joe Hershberger wrote: > Hi Tom, > > On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov > wrote: > > On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov > > wrote: > >> Hi Joe, > >> > >> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger > >> wrote: > >>> Hi Tom

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Joe Hershberger
Hi Tom, On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov wrote: > On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov > wrote: >> Hi Joe, >> >> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger >> wrote: >>> Hi Tom, >>> >>> On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: On Mon, Jun 22, 2015 a

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Joe Hershberger
Hi Yegor, On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov wrote: > On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov > wrote: >> Hi Joe, >> >> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger >> wrote: >>> Hi Tom, >>> >>> On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: On Mon, Jun 22, 2015

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-24 Thread Yegor Yefremov
On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov wrote: > Hi Joe, > > On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger > wrote: >> Hi Tom, >> >> On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: >>> On Mon, Jun 22, 2015 at 04:15:27PM -0500, Joe Hershberger wrote: >>> This config defined a CON

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-23 Thread Yegor Yefremov
Hi Joe, On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger wrote: > Hi Tom, > > On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: >> On Mon, Jun 22, 2015 at 04:15:27PM -0500, Joe Hershberger wrote: >> >>> This config defined a CONS_INDEX as a config but did not define it in >>> any Kconfig, so save

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-23 Thread Joe Hershberger
Hi Tom, On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: > On Mon, Jun 22, 2015 at 04:15:27PM -0500, Joe Hershberger wrote: > >> This config defined a CONS_INDEX as a config but did not define it in >> any Kconfig, so savedefconfig will delete that entry. Use >> CONFIG_SYS_EXTRA_OPTIONS for now u

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-23 Thread Tom Rini
On Mon, Jun 22, 2015 at 04:15:27PM -0500, Joe Hershberger wrote: > This config defined a CONS_INDEX as a config but did not define it in > any Kconfig, so savedefconfig will delete that entry. Use > CONFIG_SYS_EXTRA_OPTIONS for now until that is added to Kconfig. > > Signed-off-by: Joe Hershberge