Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-04-01 Thread Stefano Babic
On 22/03/2014 16:17, Eric Nelson wrote: > Use of PCIe on SABRE Lite and Nitrogen6x boards > is atypical and requires the use of custom daughter > boards. > > Use in U-Boot is even rarer, so this patch removes it from > the standard configuration. > > Signed-off-by: Eric Nelson > --- Applied to

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-23 Thread Stefano Babic
On 22/03/2014 21:50, Thierry Bultel wrote: > When I communicated about the bug I had, > and said that my temporary workaround was to disable the PCIe, > my intention was not to make the suppression become a standard, > and I believe it is a little bit frustrating for Marek. > The issue is the mis

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-23 Thread Stefano Babic
On 22/03/2014 19:26, Marek Vasut wrote: > On Saturday, March 22, 2014 at 04:17:09 PM, Eric Nelson wrote: >> Use of PCIe on SABRE Lite and Nitrogen6x boards >> is atypical and requires the use of custom daughter >> boards. >> >> Use in U-Boot is even rarer, so this patch removes it from >> the stand

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-22 Thread Marek Vasut
On Saturday, March 22, 2014 at 10:49:25 PM, Eric Nelson wrote: > Hi Thierry, > > On 03/22/2014 01:50 PM, Thierry Bultel wrote: > > When I communicated about the bug I had, > > and said that my temporary workaround was to disable the PCIe, > > my intention was not to make the suppression become a s

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-22 Thread Marek Vasut
On Saturday, March 22, 2014 at 09:50:52 PM, Thierry Bultel wrote: > When I communicated about the bug I had, > and said that my temporary workaround was to disable the PCIe, > my intention was not to make the suppression become a standard, > and I believe it is a little bit frustrating for Marek.

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-22 Thread Eric Nelson
Hi Thierry, On 03/22/2014 01:50 PM, Thierry Bultel wrote: When I communicated about the bug I had, and said that my temporary workaround was to disable the PCIe, my intention was not to make the suppression become a standard, and I believe it is a little bit frustrating for Marek. I'm not sur

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-22 Thread Thierry Bultel
When I communicated about the bug I had, and said that my temporary workaround was to disable the PCIe, my intention was not to make the suppression become a standard, and I believe it is a little bit frustrating for Marek. The AMOS820, based on the sabrelite/nitrogen has a PCIe slot on the main

Re: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-22 Thread Marek Vasut
On Saturday, March 22, 2014 at 04:17:09 PM, Eric Nelson wrote: > Use of PCIe on SABRE Lite and Nitrogen6x boards > is atypical and requires the use of custom daughter > boards. > > Use in U-Boot is even rarer, so this patch removes it from > the standard configuration. > > Signed-off-by: Eric Nel

[U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

2014-03-22 Thread Eric Nelson
Use of PCIe on SABRE Lite and Nitrogen6x boards is atypical and requires the use of custom daughter boards. Use in U-Boot is even rarer, so this patch removes it from the standard configuration. Signed-off-by: Eric Nelson --- include/configs/nitrogen6x.h | 1 - 1 file changed, 1 deletion(-) di