
21 Nov
2013
21 Nov
'13
6:17 a.m.
From: Scott Wood [mailto:scottwood@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