Re: [U-Boot] [PATCH 1/4] Fix the NAND size overflow issue.

2008-10-14 Thread Wolfgang Denk
Dear Jason Jin, In message <[EMAIL PROTECTED]> you wrote: > When the NAND size is or large than 4G, the size will overflow, > The adjustment in this patch try to fix this. > > Signed-off-by: Jason Jin <[EMAIL PROTECTED]> > --- > drivers/mtd/nand/nand.c |4 ++-- > 1 files changed, 2 insertion

Re: [U-Boot] [PATCH 1/4] Fix the NAND size overflow issue.

2008-09-22 Thread Jin Zhengxiong-R64188
> -Original Message- > From: Jens Gehrlein [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2008 6:05 PM > To: Jin Zhengxiong-R64188; Wood Scott-B07421 > Cc: u-boot@lists.denx.de > Subject: RE: [U-Boot] [PATCH 1/4] Fix the NAND size overflow is

Re: [U-Boot] [PATCH 1/4] Fix the NAND size overflow issue.

2008-09-19 Thread Jens Gehrlein
Hi Jason, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jason Jin > Sent: Friday, September 19, 2008 11:33 AM > To: [EMAIL PROTECTED] > Cc: u-boot@lists.denx.de; Jason Jin > Subject: [U-Boot] [PATCH 1/4] Fix the NAND size overflo

[U-Boot] [PATCH 1/4] Fix the NAND size overflow issue.

2008-09-19 Thread Jason Jin
When the NAND size is or large than 4G, the size will overflow, The adjustment in this patch try to fix this. Signed-off-by: Jason Jin <[EMAIL PROTECTED]> --- drivers/mtd/nand/nand.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/nand.c b/drivers/mtd/