Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-16 Thread Simon Glass
Hi Thierry, On Tue, Nov 15, 2011 at 10:59 PM, Thierry Reding wrote: > * Simon Glass wrote: >> Hi Thierry, >> [snip] >> If you are not implementing MMC, just remove it and all the MMC code below. >> > > I don't understand. What makes you think I don't want MMC? Both the Plutux > and the Medcom boo

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-16 Thread Thierry Reding
* Stephen Warren wrote: > Thierry Reding wrote at Wednesday, November 16, 2011 12:14 AM: > > * Thierry Reding wrote: > > > * Simon Glass wrote: > > [...] > > > > > > > > If you are not implementing MMC, just remove it and all the MMC code > > > > below. > > > > > > > > > > I don't understand. What

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-16 Thread Tom Warren
Thierry, -Original Message- From: Thierry Reding [mailto:thierry.red...@avionic-design.de] Sent: Wednesday, November 16, 2011 12:14 AM To: Simon Glass Cc: u-boot@lists.denx.de; Tom Warren Subject: Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support. * PGP Signed by an

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-16 Thread Stephen Warren
Thierry Reding wrote at Wednesday, November 16, 2011 12:14 AM: > * Thierry Reding wrote: > > * Simon Glass wrote: > [...] > > > > > > If you are not implementing MMC, just remove it and all the MMC code > > > below. > > > > > > > I don't understand. What makes you think I don't want MMC? Both the

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-15 Thread Thierry Reding
* Thierry Reding wrote: > * Simon Glass wrote: [...] > > > > If you are not implementing MMC, just remove it and all the MMC code below. > > > > I don't understand. What makes you think I don't want MMC? Both the Plutux > and the Medcom boot from MMC. If you are referring to the CD being > hard-

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-15 Thread Thierry Reding
* Simon Glass wrote: > Hi Thierry, > > On Mon, Nov 14, 2011 at 11:27 PM, Thierry Reding > wrote: > > The Plutux is a set-top box device based on the Tamonten processor > > module. It can be connected to a display via an HDMI output. > > > > Changes in v2: > >  * No longer override the default CON

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-15 Thread Simon Glass
Hi Thierry, On Mon, Nov 14, 2011 at 11:27 PM, Thierry Reding wrote: > The Plutux is a set-top box device based on the Tamonten processor > module. It can be connected to a display via an HDMI output. > > Changes in v2: >  * No longer override the default CONFIG_SYS_TEXT_BASE setting. > > Signed-o