On Tue, Aug 28, 2012 at 4:36 PM, Marek Vasut <ma...@denx.de> wrote:
> Dear Fabio Estevam,
>
>> Recent conversion from mx28_adjust_memory_params to
>> mxs_adjust_memory_params missed to update mx28evk, which caused the board
>> not to boot.
>
> Oh of course ... that's an obvious flub. I'm very unhappy about the conversion
> causing such trouble! Please be more careful next time.

This was my fault; but good that Fabio has spot it fast.

>> Apply the conversion so that the board can boot again.
>
> Yes,
>
> Acked-by: Marek Vasut <ma...@denx.de>
>
>> Signed-off-by: Fabio Estevam <fabio.este...@freescale.com>
>> ---
>>  board/freescale/mx28evk/iomux.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/board/freescale/mx28evk/iomux.c
>> b/board/freescale/mx28evk/iomux.c index 16a6d8a..ae6eda3 100644
>> --- a/board/freescale/mx28evk/iomux.c
>> +++ b/board/freescale/mx28evk/iomux.c
>> @@ -173,7 +173,7 @@ const iomux_cfg_t iomux_setup[] = {
>>  #define HW_DRAM_CTL29_CONFIG (CS_MAP << 24 | COLUMN_SIZE << 16 | \
>>                                       ADDR_PINS << 8 | APREBIT)
>>
>> -void mx28_adjust_memory_params(uint32_t *dram_vals)
>> +void mxs_adjust_memory_params(uint32_t *dram_vals)
>>  {
>>       dram_vals[HW_DRAM_CTL29] = HW_DRAM_CTL29_CONFIG;
>>  }
>
> Best regards,
> Marek Vasut



-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to