commit | 8a3c619b47ff73dd0102902aee7e8e772b97b449 | [log] [tgz] |
---|---|---|
author | Gokul Sriram Palanisamy <gokulsri@codeaurora.org> | Tue Sep 12 15:34:38 2017 +0530 |
committer | Gokul Sriram Palanisamy <gokulsri@codeaurora.org> | Wed Sep 13 15:48:06 2017 +0530 |
tree | 9ddb52970bbe0f615f7566d99c2065db151b7809 | |
parent | b77ce142bbbfabcf6fc3c225c0e277ae868d08ef [diff] |
ARM: env_nand: Updated env to use complete partition nand env size was restricted to 256KB out of the available 512KB to keep it compatible with kernel. When a badblock is introduced, env fails to save due to the restricted range. With this patch, it can now use upto the end of partition upon skipping any badblocks but only saving 256KB. Change-Id: I27f6932fe537fa4c63d890bfe583c48e45fe156b Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>