[U-Boot] [PATCH 03/10] 83xx/85xx/86xx: LBC register cleanup

Timur Tabi timur at freescale.com
Sat May 29 02:22:49 CEST 2010


On Fri, May 28, 2010 at 4:45 PM, Becky Bruce <beckyb at kernel.crashing.org> wrote:
>  void upmconfig (uint upm, uint *table, uint size)
>  {
>        volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
> -       volatile fsl_lbus_t *lbus = &immap->lbus;
> +       volatile fsl_lbc_t *lbc = &immap->im_lbc;

Since you're using I/O accessors, does this still need to be volatile?

-- 
Timur Tabi
Linux kernel developer at Freescale


More information about the U-Boot mailing list