]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/nand/fsl_elbc_nand.c
fsl_elbc_nand: remove the bbt descriptors relocation fixup
[u-boot] / drivers / mtd / nand / fsl_elbc_nand.c
index 3f318e02e2b5d32aa04b0f84d09d23cfa3e64a18..146e9bf3cb6e9900c76d49a33d3e6b8c5b45a753 100644 (file)
@@ -662,7 +662,7 @@ static int fsl_elbc_wait(struct mtd_info *mtd, struct nand_chip *chip)
 
 static int fsl_elbc_read_page(struct mtd_info *mtd,
                              struct nand_chip *chip,
-                             uint8_t *buf)
+                             uint8_t *buf, int page)
 {
        fsl_elbc_read_buf(mtd, buf, mtd->writesize);
        fsl_elbc_read_buf(mtd, chip->oob_poi, mtd->oobsize);