On Fri, May 28, 2010 at 4:45 PM, Becky Bruce <bec...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot