NAND: Subpage shift for ecc_steps equal to 16
authorSandeep Paulraj <s-paulraj@ti.com>
Sat, 7 Nov 2009 19:24:34 +0000 (14:24 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 13 Nov 2009 22:56:15 +0000 (16:56 -0600)
This was originally part of Thomas Gleixner's patch for
adding support for 4KiB pages.
This is not part of the U-Boot NAND driver so updating the
driver with this to sync up with the kernel NAND driver.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
drivers/mtd/nand/nand_base.c

index 7446634422b8ff16e0c22af0b38c88b8026050c0..b3b2be2115784ca5bda734ba8c878de86c98978f 100644 (file)
@@ -2895,6 +2895,7 @@ int nand_scan_tail(struct mtd_info *mtd)
                        break;
                case 4:
                case 8:
+               case 16:
                        mtd->subpage_sft = 2;
                        break;
                }