Hi Stefan, >From: Stefan Roese [mailto:[email protected]] >Subject: [PATCH] mtd: nand: omap_gpmc: cosmetic: Fix indentation > >Signed-off-by: Stefan Roese <[email protected]> >Cc: Pekon Gupta <[email protected]> >Cc: Scott Wood <[email protected]> >--- > drivers/mtd/nand/omap_gpmc.c | 86 ++++++++++++++++++++++---------------------- > 1 file changed, 43 insertions(+), 43 deletions(-) > >diff --git a/drivers/mtd/nand/omap_gpmc.c b/drivers/mtd/nand/omap_gpmc.c >index 5e7e6b3..407b2e5 100644 >--- a/drivers/mtd/nand/omap_gpmc.c >+++ b/drivers/mtd/nand/omap_gpmc.c >@@ -283,53 +283,53 @@ static void omap_hwecc_init_bch(struct nand_chip *chip, >int32_t mode) > There is already a patch-set which cleans much more, apart from these changes. http://lists.denx.de/pipermail/u-boot/2013-November/167445.html
Above patch-set does not change the functionality, just optimizes some data-paths which should help in: - reducing NAND boot time. - make driver scalable to add stronger ecc-schemes in future. As you are actively working on mainline u-boot. It would be helpful if you can test/ack above patch-set, as its still not merged. with regards, pekon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

