commit | d38583f326047ddf46dc2a1c591b4c9ca118cd51 | [log] [tgz] |
---|---|---|
author | Ajay Kishore <akisho@codeaurora.org> | Thu Oct 20 13:02:43 2016 +0530 |
committer | Ajay Kishore <akisho@codeaurora.org> | Thu Oct 20 13:02:43 2016 +0530 |
tree | 5c624e0c94ad7bd2578295a7b434952de2a2727e | |
parent | f6e3a7cfb279020ca66f752e8b59a1e935b9b513 [diff] |
ipq806x: nand: Add missing writebufsize initialization for ubi fastmap The writebufsize is introduced in mtd struct for the ubi fastmap support. This is not initialized in the qpic nand driver which leads to ubi error. Fixed the following ubi error. bad write buffer size 0 for 2048 min. I/O unit UBI init error 22 Change-Id: I35778366b95930bd01108bf300f073ee21940bc6 Signed-off-by: Ajay Kishore <akisho@codeaurora.org>