mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 09:08:56 +00:00
enable blk cache for spinand fatfs read
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user