Re: [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-06 Thread Tom Rini
On Fri, May 06, 2016 at 05:07:28PM +0100, Leif Lindholm wrote: > On Fri, May 06, 2016 at 10:54:23AM -0400, Tom Rini wrote: > > On Wed, May 04, 2016 at 07:10:52PM +0200, Alexander Graf wrote: > > > > > We have a bunch of boards that define their vendor class identifier and > > > client archs in

Re: [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-06 Thread Alexander Graf
> Am 06.05.2016 um 17:38 schrieb Tom Rini : > >> On Fri, May 06, 2016 at 05:22:28PM +0200, Alexander Graf wrote: >> >> >>> On 06.05.16 16:54, Tom Rini wrote: On Wed, May 04, 2016 at 07:10:52PM +0200, Alexander Graf wrote: We have a bunch of boards that

Re: [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-06 Thread Leif Lindholm
On Fri, May 06, 2016 at 10:54:23AM -0400, Tom Rini wrote: > On Wed, May 04, 2016 at 07:10:52PM +0200, Alexander Graf wrote: > > > We have a bunch of boards that define their vendor class identifier and > > client archs in the board files or in the distro config. Move everything > > to the generic

Re: [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-06 Thread Tom Rini
On Fri, May 06, 2016 at 05:22:28PM +0200, Alexander Graf wrote: > > > On 06.05.16 16:54, Tom Rini wrote: > > On Wed, May 04, 2016 at 07:10:52PM +0200, Alexander Graf wrote: > > > >> We have a bunch of boards that define their vendor class identifier and > >> client archs in the board files or

Re: [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-06 Thread Alexander Graf
On 06.05.16 16:54, Tom Rini wrote: > On Wed, May 04, 2016 at 07:10:52PM +0200, Alexander Graf wrote: > >> We have a bunch of boards that define their vendor class identifier and >> client archs in the board files or in the distro config. Move everything >> to the generic Kconfig options. > >

Re: [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-06 Thread Tom Rini
On Wed, May 04, 2016 at 07:10:52PM +0200, Alexander Graf wrote: > We have a bunch of boards that define their vendor class identifier and > client archs in the board files or in the distro config. Move everything > to the generic Kconfig options. This part is good and fine, thanks. Can you

[U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

2016-05-04 Thread Alexander Graf
We have a bunch of boards that define their vendor class identifier and client archs in the board files or in the distro config. Move everything to the generic Kconfig options. We're missing the distinction between i386 and x86_64, as I couldn't find any config variable that would tell us the