Re: [U-Boot] [PATCH 1/2] env_mmc: Allow board code to override the environment address

2011-04-04 Thread Kumar Gala
On Jan 29, 2011, at 5:29 PM, Kumar Gala wrote: > From: Mingkai Hu > > On some boards the environment may not be located at a fixed address in > the MMC/SDHC card. This allows those boards to implement their own > means to report what address the environment is located at. > > Signed-off-by: M

Re: [U-Boot] [PATCH 1/2] env_mmc: Allow board code to override the environment address

2011-04-04 Thread Andy Fleming
On Sat, Jan 29, 2011 at 5:29 PM, Kumar Gala wrote: > From: Mingkai Hu > > On some boards the environment may not be located at a fixed address in > the MMC/SDHC card.  This allows those boards to implement their own > means to report what address the environment is located at. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/2] env_mmc: Allow board code to override the environment address

2011-04-04 Thread Kumar Gala
On Feb 22, 2011, at 4:01 AM, Kumar Gala wrote: > > On Feb 10, 2011, at 12:15 AM, Kumar Gala wrote: > >> >> On Jan 29, 2011, at 5:29 PM, Kumar Gala wrote: >> >>> From: Mingkai Hu >>> >>> On some boards the environment may not be located at a fixed address in >>> the MMC/SDHC card. This allo

Re: [U-Boot] [PATCH 1/2] env_mmc: Allow board code to override the environment address

2011-02-22 Thread Kumar Gala
On Feb 10, 2011, at 12:15 AM, Kumar Gala wrote: > > On Jan 29, 2011, at 5:29 PM, Kumar Gala wrote: > >> From: Mingkai Hu >> >> On some boards the environment may not be located at a fixed address in >> the MMC/SDHC card. This allows those boards to implement their own >> means to report what

Re: [U-Boot] [PATCH 1/2] env_mmc: Allow board code to override the environment address

2011-02-09 Thread Kumar Gala
On Jan 29, 2011, at 5:29 PM, Kumar Gala wrote: > From: Mingkai Hu > > On some boards the environment may not be located at a fixed address in > the MMC/SDHC card. This allows those boards to implement their own > means to report what address the environment is located at. > > Signed-off-by: M

[U-Boot] [PATCH 1/2] env_mmc: Allow board code to override the environment address

2011-01-29 Thread Kumar Gala
From: Mingkai Hu On some boards the environment may not be located at a fixed address in the MMC/SDHC card. This allows those boards to implement their own means to report what address the environment is located at. Signed-off-by: Mingkai Hu Signed-off-by: Jerry Huang Signed-off-by: Zhao Chen