diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/patches-4.4/0039-mtd-add-mt7621-nand-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.4/0039-mtd-add-mt7621-nand-support.patch b/target/linux/ramips/patches-4.4/0039-mtd-add-mt7621-nand-support.patch index 2a69521722..7bb996af51 100644 --- a/target/linux/ramips/patches-4.4/0039-mtd-add-mt7621-nand-support.patch +++ b/target/linux/ramips/patches-4.4/0039-mtd-add-mt7621-nand-support.patch @@ -2667,7 +2667,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> +} + +static int -+mtk_nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t * buf, int oob_required) ++mtk_nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t * buf, int oob_required, int page) +{ + mtk_nand_write_buf(mtd, buf, mtd->writesize); + mtk_nand_write_buf(mtd, chip->oob_poi, mtd->oobsize); |