enable blk cache for spinand fatfs read

This commit is contained in:
刘可亮
2024-12-03 11:13:01 +08:00
parent 08c1394167
commit 791ea5b94b
4 changed files with 266 additions and 109 deletions

View File

@@ -737,7 +737,7 @@ int spinand_continuous_read(struct aic_spinand *flash, u32 page, u8 *data,
u16 blk;
if (size <= flash->info->page_size) {
pr_err("[Error] continuous read size:%d less then page size:%d\n", page,
pr_err("[Error] continuous read size:%d less then page size:%d\n", size,
flash->info->page_size);
return -SPINAND_ERR;
}