Skip to content
Commit abf3c0f2 authored by Kyungmin Park's avatar Kyungmin Park
Browse files

[MTD] OneNAND: Reduce internal BufferRAM operations



It use blockpage instead of a pair (block, page). It can also cover a small chunk access. 0x00, 0x20, 0x40 and so on.

And in JFFS2 behavior, sometimes it reads two pages alternatively.
e.g., It first reads A page, B page and A page.
So we check another bufferram to find requested page.

Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 4f4fad27
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment