Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Marek Vasut
Dear Otavio Salvador, > On Mon, Jan 28, 2013 at 12:05 PM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> On Mon, Jan 28, 2013 at 11:29 AM, Marek Vasut wrote: > >> > Dear Stefano Babic, > >> > > >> >> On 23/01/2013 21:30, Otavio Salvador wrote: > >> >> > This adds a default environment w

Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Otavio Salvador
On Mon, Jan 28, 2013 at 12:05 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Mon, Jan 28, 2013 at 11:29 AM, Marek Vasut wrote: >> > Dear Stefano Babic, >> > >> >> On 23/01/2013 21:30, Otavio Salvador wrote: >> >> > This adds a default environment with support for MMC booting. >> >> > >> >

Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Marek Vasut
Dear Otavio Salvador, > On Mon, Jan 28, 2013 at 11:29 AM, Marek Vasut wrote: > > Dear Stefano Babic, > > > >> On 23/01/2013 21:30, Otavio Salvador wrote: > >> > This adds a default environment with support for MMC booting. > >> > > >> > Signed-off-by: Otavio Salvador > >> > --- > >> > >> Appl

Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Otavio Salvador
On Mon, Jan 28, 2013 at 11:29 AM, Marek Vasut wrote: > Dear Stefano Babic, > >> On 23/01/2013 21:30, Otavio Salvador wrote: >> > This adds a default environment with support for MMC booting. >> > >> > Signed-off-by: Otavio Salvador >> > --- >> >> Applied (whole patchset) to u-boot-imx, thanks. >

Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Marek Vasut
Dear Stefano Babic, > On 23/01/2013 21:30, Otavio Salvador wrote: > > This adds a default environment with support for MMC booting. > > > > Signed-off-by: Otavio Salvador > > --- > > Applied (whole patchset) to u-boot-imx, thanks. Otavio, "u-boot.sd" is never generated for MX23, so the env is

Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Stefano Babic
On 23/01/2013 21:30, Otavio Salvador wrote: > This adds a default environment with support for MMC booting. > > Signed-off-by: Otavio Salvador > --- Applied (whole patchset) to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

[U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-23 Thread Otavio Salvador
This adds a default environment with support for MMC booting. Signed-off-by: Otavio Salvador --- Changes in v6: - Remove 'saveenv' command as it is not need - Move environment settings to environment section Changes in v5: - Remove duplicate environment setting - Improve commit log Changes in v