[U-Boot] [PATCH v10 2/4] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform
Gupta, Pekon
pekon at ti.com
Thu Nov 21 06:17:02 CET 2013
> From: Scott Wood [mailto:scottwood at freescale.com]
[..]
> > > > -void omap_nand_switch_ecc(uint32_t hardware, uint32_t
> eccstrength)
> > > > +int __maybe_unused omap_nand_switch_ecc(uint32_t hardware,
> > > uint32_t eccstrength)
> > > > {
> > > > struct nand_chip *nand;
> > > > struct mtd_info *mtd;
> > > > + struct nand_bch_priv *bch;
> > > > + int err = 0;
> > >
> > > bch gives unused warning
> > >
> > Sorry, I would have missed it.. I would clean this.
>
> If that's the only issue, I can resolve it when applying.
>
As this was missed by me, so I have sent a newer version of with
just this change..
http://lists.denx.de/pipermail/u-boot/2013-November/167548.html
Its built tested with omap3 and am335x SoC.
with regards, pekon
More information about the U-Boot
mailing list