Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d03ddba5 authored by Pratibhasagar V's avatar Pratibhasagar V Committed by Stephen Boyd
Browse files

mtd: msm_qpic_nand: Update ops for Nand read and write



The msm_nand_read and msm_nand_write variants are used to read/write
main data only i.e., no OOB data. The ops mode MTD_OPS_PLACE_OOB
is applicable for OOB data and is currently not supported in
software and so will cause failure for such requests.

Whereas when MTD_OPS_AUTO_OOB mode is used, the software would
automatically place the OOB at some pre-defined locaiton as per
our page layout.

So update the ops to MTD_OPS_AUTO_OOB for both read and write.

CRs-Fixed: 479634
Change-Id: Ief1e0ebf254816243058023c963cc80f8661e222
Signed-off-by: default avatarPratibhasagar V <pratibha@codeaurora.org>
parent 57820dcf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment