Re: [U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements

2013-05-01 Thread Tom Rini
On Fri, Apr 26, 2013 at 06:10:15AM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, Apr 22, 2013 at 9:08 AM, Simon Glass wrote: > > Hi Tom, > > > > On Mon, Apr 22, 2013 at 8:18 AM, Tom Rini wrote: > >> On Sat, Apr 20, 2013 at 11:42:35AM -0700, Simon Glass wrote: > >> > >>> This series adds gener

Re: [U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements

2013-04-26 Thread Simon Glass
Hi Tom, On Mon, Apr 22, 2013 at 9:08 AM, Simon Glass wrote: > Hi Tom, > > On Mon, Apr 22, 2013 at 8:18 AM, Tom Rini wrote: >> On Sat, Apr 20, 2013 at 11:42:35AM -0700, Simon Glass wrote: >> >>> This series adds generic board support to sandbox and switches to use this >>> always. >>> >>> With sa

Re: [U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements

2013-04-22 Thread Simon Glass
Hi Tom, On Mon, Apr 22, 2013 at 8:18 AM, Tom Rini wrote: > On Sat, Apr 20, 2013 at 11:42:35AM -0700, Simon Glass wrote: > >> This series adds generic board support to sandbox and switches to use this >> always. >> >> With sandbox it was noticed that turning CONFIG_SYS_GENERIC_BOARD off >> can cau

Re: [U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements

2013-04-22 Thread Tom Rini
On Sat, Apr 20, 2013 at 11:42:35AM -0700, Simon Glass wrote: > This series adds generic board support to sandbox and switches to use this > always. > > With sandbox it was noticed that turning CONFIG_SYS_GENERIC_BOARD off > can cause a build failure if a previous autoconf.mk exists which indicate

[U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements

2013-04-20 Thread Simon Glass
This series adds generic board support to sandbox and switches to use this always. With sandbox it was noticed that turning CONFIG_SYS_GENERIC_BOARD off can cause a build failure if a previous autoconf.mk exists which indicates that generic board is not supported, so a patch is provided to fix thi