Dear Fabio Estevam,

> On Wed, May 1, 2013 at 9:13 PM, Marek Vasut <[email protected]> wrote:
> > How come? Doesn't the board/...mx23.../spl_boot.c use that? Or iomux.c in
> > FSL's parlance.
> 
> I meant mxs_pinctrl_regs structure is only referenced for mx28 currently:
> 
> #ifdef CONFIG_MX28
> static void mx28_mem_init(void)
> {
>       struct mxs_pinctrl_regs *pinctrl_regs =
>               (struct mxs_pinctrl_regs *)MXS_PINCTRL_BASE;
> 
>       /* Set DDR2 mode */
>       writel(PINCTRL_EMI_DS_CTRL_DDR_MODE_DDR2,
>               &pinctrl_regs->hw_pinctrl_emi_ds_ctrl_set);

Ah! Good point, sorry for the prodding then.

Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to