Re: [U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-12-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:27 Tue 02 Dec , Ilko Iliev wrote: > 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. > >

[U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-12-02 Thread Ilko Iliev
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 <[EMAIL PROTECTED]> --- drive

Re: [U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-10-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:11 Wed 22 Oct , Ilko Iliev wrote: > 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.

Re: [U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-10-27 Thread Ilko Iliev
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:11 Wed 22 Oct , Ilko Iliev wrote: > >> 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 hav

[U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-10-22 Thread Ilko Iliev
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 <[EMAIL PROTECTED]> index