Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread stefano babic
Am 09.10.2010 23:49, schrieb Paulraj, Sandeep: The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Developed

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread Sergei Shtylyov
Hello. On 09-10-2010 1:49, Steve Sakoman wrote: The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Developed

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread Steve Sakoman
On Sun, Oct 10, 2010 at 4:46 AM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 09-10-2010 1:49, Steve Sakoman wrote: The crash was occuring in env_relocate because it was being called prior to mmc_initialize.  This patch moves the MMC initialization earlier in the init process.

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread Sergei Shtylyov
Hello. On 10-10-2010 17:42, Steve Sakoman wrote: The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Developed

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread Steve Sakoman
On Sun, Oct 10, 2010 at 7:52 AM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 10-10-2010 17:42, Steve Sakoman wrote: The crash was occuring in env_relocate because it was being called prior to mmc_initialize.  This patch moves the MMC initialization earlier in the init process.

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread Sergei Shtylyov
On 10-10-2010 19:47, Steve Sakoman wrote: The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Developed jointly

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-10 Thread Steve Sakoman
On Sun, Oct 10, 2010 at 8:53 AM, Sergei Shtylyov sshtyl...@mvista.com wrote: On 10-10-2010 19:47, Steve Sakoman wrote: The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This

Re: [U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-09 Thread Paulraj, Sandeep
The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Developed jointly with Stefano Babic Fine; but is a

[U-Boot] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-08 Thread Steve Sakoman
The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Developed jointly with Stefano Babic Signed-off-by: Steve Sakoman