Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Dirk Behme
On 10.01.2012 18:28, Fabio Estevam wrote: Andy, Any comment about this patch? Without this patch we get corrupted SD cards after trying to store env vars on several i.MX boards. As this seems to hurt more and more i.MX guys, could we somehow get this applied asap (if there are no comments

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Stefano Babic
On 11/01/2012 10:53, Dirk Behme wrote: As this seems to hurt more and more i.MX guys, could we somehow get this applied asap (if there are no comments any more)? The issue hurts i.MX, but the patch modifies some PowerPC boards. I would like to get the ACK from PowerPC guys before merging into

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Kumar Gala
On Dec 20, 2011, at 10:33 AM, Fabio Estevam wrote: Since commit 97039ab98 (env_mmc: Allow board code to override the environment address) mmc_get_env_addr is a weak-aliased function in common/env_mmc.c The mmc_get_env_addr implementation that exists at board/freescale/common/sdhc_boot.c

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-10 Thread Fabio Estevam
Andy, Any comment about this patch? Without this patch we get corrupted SD cards after trying to store env vars on several i.MX boards. Regards, Fabio Estevam On Thu, Dec 29, 2011 at 9:54 AM, Fabio Estevam feste...@gmail.com wrote: Kumar/Andy, On Thu, Dec 29, 2011 at 7:47 AM, Stefano Babic

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2011-12-29 Thread Stefano Babic
On 20/12/2011 17:33, Fabio Estevam wrote: Since commit 97039ab98 (env_mmc: Allow board code to override the environment address) mmc_get_env_addr is a weak-aliased function in common/env_mmc.c The mmc_get_env_addr implementation that exists at board/freescale/common/sdhc_boot.c is meant to

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2011-12-29 Thread Marek Vasut
-Original Message- From: Fabio Estevam [mailto:feste...@gmail.com] Sent: Wednesday, December 21, 2011 12:33 AM To: u-boot@lists.denx.de Cc: sba...@denx.de; marek.va...@gmail.com; Fleming Andy-AFLEMING; Gala Kumar-B11780; Guo Shawn-R65073; Liu Hui-R64343; Huang Changming-R66093;

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2011-12-29 Thread Liu Hui-R64343
-Original Message- From: Fabio Estevam [mailto:feste...@gmail.com] Sent: Wednesday, December 21, 2011 12:33 AM To: u-boot@lists.denx.de Cc: sba...@denx.de; marek.va...@gmail.com; Fleming Andy-AFLEMING; Gala Kumar-B11780; Guo Shawn-R65073; Liu Hui-R64343; Huang Changming-R66093; Estevam

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2011-12-29 Thread Fabio Estevam
Kumar/Andy, On Thu, Dec 29, 2011 at 7:47 AM, Stefano Babic sba...@denx.de wrote: On 20/12/2011 17:33, Fabio Estevam wrote: Since commit 97039ab98 (env_mmc: Allow board code to override the environment address) mmc_get_env_addr is a weak-aliased function in common/env_mmc.c The

[U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2011-12-20 Thread Fabio Estevam
Since commit 97039ab98 (env_mmc: Allow board code to override the environment address) mmc_get_env_addr is a weak-aliased function in common/env_mmc.c The mmc_get_env_addr implementation that exists at board/freescale/common/sdhc_boot.c is meant to be used only for PowerPC boards, but currently