commit | 80bd6da275c2fc437e39262c68ad40901319c648 | [log] [tgz] |
---|---|---|
author | David du Colombier <0intro@gmail.com> | Wed Jun 13 23:24:35 2012 +0200 |
committer | Lukasz Majewski <l.majewski@samsung.com> | Mon Aug 06 10:38:47 2012 +0200 |
tree | da5e782cfa2ffc67d579591d24bd3cc19b10fb40 | |
parent | 3095b271f5203dda51d7c3ba3b001c9958e1ae73 [diff] |
env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE This fix prevents env_import() CRC to fail when CONFIG_ENV_SIZE is not equal to 4096 bytes It also prevents mtd->read and mtd->write to be incomplete when the environment is larger than 4096 bytes. Signed-off-by: David du Colombier <0intro@gmail.com>