From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 28 Oct 2008 07:40:43 +0100 Subject: [U-Boot] [PATCH] dataflash: fix a problem with the last partition In-Reply-To: <12251221122420-git-send-email-iliev@ronetix.at> References: <12251221122420-git-send-email-iliev@ronetix.at> Message-ID: <20081028064043.GC6417@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16:41 Mon 27 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. > > Signed-off-by: Ilko Iliev > --- > drivers/mtd/dataflash.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mtd/dataflash.c b/drivers/mtd/dataflash.c > index 201e518..43746e7 100644 > --- a/drivers/mtd/dataflash.c > +++ b/drivers/mtd/dataflash.c Who is supposed to handle this one? Stefan is it you? Best Regards, J.