Hi Stefano,

On Fri, Sep 16, 2011 at 6:46 AM, Stefano Babic <[email protected]> wrote:
..
> +void board_setup_sdram(void)
> +{
> +       u32 val;
> +       struct esdc_regs *esdc = (struct esdc_regs *)ESDCTL_BASE_ADDR;
> +
> +       /* Initialize with default values both CSD0/1 */
> +       writel(0x2000, &esdc->esdctl0);
> +       writel(0x2000, &esdc->esdctl1);

On other boards we setup the SDRAM in lowlevel_init.S and here you do
it on the board file.

Shouldn´t this be setup in lowlevel_init.S for consistency?

Regards,

Fabio Estevam
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to