[U-Boot] [PATCH v3 1/4] mx6: ddr: Allow changing REFSEL and REFR fields

Fabio Estevam festevam at gmail.com
Mon Aug 29 23:28:07 CEST 2016


On Mon, Aug 29, 2016 at 6:15 PM, Eric Nelson <eric at nelint.com> wrote:

> Right, but this patch will change it back to a 1:
>
> +       if (!sysinfo->refsel)
> +               refsel = 1; /* REF_SEL: Periodic refresh cycle: 32kHz */
> +       else
> +               refsel = sysinfo->refsel;

It only goes to 1 if refsel is not defined in the board file.

refsel = 1 is the current behavior and I need to keep it.

After patch 2/4, refsel will be 0 in imx6ul_evk.


More information about the U-Boot mailing list