forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/mtd/nand/spi/skyhigh.c
....@@ -26,8 +26,8 @@
2626 SPINAND_PROG_LOAD(true, 0, NULL, 0));
2727
2828 static SPINAND_OP_VARIANTS(update_cache_variants,
29
- SPINAND_PROG_LOAD_X4(false, 0, NULL, 0),
30
- SPINAND_PROG_LOAD(false, 0, NULL, 0));
29
+ SPINAND_PROG_LOAD_X4(true, 0, NULL, 0),
30
+ SPINAND_PROG_LOAD(true, 0, NULL, 0));
3131
3232 static int s35ml04g3_ooblayout_ecc(struct mtd_info *mtd, int section,
3333 struct mtd_oob_region *region)