Dear Vipin KUMAR, In message <[email protected]> you wrote: > From: Vipin KUMAR <[email protected]> > > Flexible static memory controller is a peripheral provided by ST, > which controls the access to NAND chips along with many other > memory device chips eg NOR, SRAM. > > This patch adds the driver support for FSMC controller interfacing > with NAND memory. > > Signed-off-by: Vipin Kumar <[email protected]> ... > +static void fsmc_nand_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl) > +{ > + struct nand_chip *this = mtd->priv; > + ulong IO_ADDR_W;
We don't allow for CAPITAL C identifiers - these are reserved for macros. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Bus error -- please leave by the rear door. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

