commit | 3eff288e25308505c866a894ad52384c132df01b | [log] [tgz] |
---|---|---|
author | Ilko Iliev <iliev@ronetix.at> | Tue Dec 02 17:27:54 2008 +0100 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Tue Dec 02 21:53:24 2008 +0100 |
tree | 538dd2f488cd5d0e018c280885ebbfd59f79e3c6 | |
parent | 282543c68f07580ca4e905337d02fd6c126d6fe1 [diff] |
mtd/dataflash.c: fix a problem with the last partition This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash partition can be defined to use the area to the end of dataflash size. Now it is possible to have only one dataflash partition from 0 to the end of of dataflash size. Signed-off-by: Ilko Iliev <iliev@ronetix.at>