On Sun, Mar 14, 2010 at 05:14:31PM -0400, s-paul...@ti.com wrote:
> -     emif_regs->AB1CR = acfg1; /* CS2 */
> +     __raw_writel(acfg1, &emif_regs->AB1CR); /* CS2 */

Configuring for davinci_schmoogie board...
davinci_nand.c: In function ‘nand_flash_init’:
davinci_nand.c:586: error: ‘struct davinci_emif_regs’ has no member named 
‘AB1CR’
make[1]: *** [davinci_nand.o] Error 1
make: *** [drivers/mtd/nand/libnand.a] Error 2

Should be lowercase?

Also, any particular reason to use the raw version of the accessors?

-Scott
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to