Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-24 Thread Fabio Estevam
Hi Stefano, On Wed, Jul 24, 2013 at 9:45 AM, Stefano Babic wrote: > Hi Fabio, > > On 15/07/2013 19:29, Fabio Estevam wrote: >> mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid >> the >> code duplication and only use the nitrogen6x source code to make board code >> main

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-24 Thread Stefano Babic
Hi Fabio, On 15/07/2013 19:29, Fabio Estevam wrote: > mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid > the > code duplication and only use the nitrogen6x source code to make board code > maintainance easier. > > Tested booting a mainline device tree kernel on a mx6qs

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-17 Thread Stefano Babic
On 17/07/2013 11:10, Albert ARIBAUD wrote: > Hi Stefano, > > On Wed, 17 Jul 2013 10:04:29 +0200, Stefano Babic > wrote: > >> Hi Albert, >> >> On 17/07/2013 09:42, Albert ARIBAUD wrote: >>> Hi Fabio, >>> >>> On Mon, 15 Jul 2013 14:29:28 -0300, Fabio Estevam >>> wrote: >>> mx6qsabrelite and

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-17 Thread Albert ARIBAUD
Hi Stefano, On Wed, 17 Jul 2013 10:04:29 +0200, Stefano Babic wrote: > Hi Albert, > > On 17/07/2013 09:42, Albert ARIBAUD wrote: > > Hi Fabio, > > > > On Mon, 15 Jul 2013 14:29:28 -0300, Fabio Estevam > > wrote: > > > >> mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-17 Thread Stefano Babic
Hi Albert, On 17/07/2013 09:42, Albert ARIBAUD wrote: > Hi Fabio, > > On Mon, 15 Jul 2013 14:29:28 -0300, Fabio Estevam > wrote: > >> mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid >> the >> code duplication and only use the nitrogen6x source code to make board cod

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-17 Thread Albert ARIBAUD
Hi Fabio, On Mon, 15 Jul 2013 14:29:28 -0300, Fabio Estevam wrote: > mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid > the > code duplication and only use the nitrogen6x source code to make board code > maintainance easier. > > Tested booting a mainline device tree

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-16 Thread Eric Nelson
On 07/15/2013 10:29 AM, Fabio Estevam wrote: mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code to make board code maintainance easier. Tested booting a mainline device tree kernel on a mx6qsabrelite board. Si

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Otavio Salvador
On Mon, Jul 15, 2013 at 2:29 PM, Fabio Estevam wrote: > mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid > the > code duplication and only use the nitrogen6x source code to make board code > maintainance easier. > > Tested booting a mainline device tree kernel on a mx6q

[U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Fabio Estevam
mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code to make board code maintainance easier. Tested booting a mainline device tree kernel on a mx6qsabrelite board. Signed-off-by: Fabio Estevam --- Changes since v