Re: [U-Boot] [PATCH] mxs: SPL: Generalize memory initialization

2012-12-07 Thread Stefano Babic
On 04/12/2012 14:15, Otavio Salvador wrote: > Use a generic 'dram_vals[]' array that has the full initialization > sequence and rename the initialization method so it doesn't has a > frequency on its name. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Ste

[U-Boot] [PATCH] mxs: SPL: Generalize memory initialization

2012-12-04 Thread Otavio Salvador
Use a generic 'dram_vals[]' array that has the full initialization sequence and rename the initialization method so it doesn't has a frequency on its name. Signed-off-by: Otavio Salvador --- arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 19 +-- 1 file changed, 13 insertions(+), 6