u-boot-brain/drivers/mtd/nand
Jason Jin fecb5ade3b Fix the NAND size overflow issue.
When the total size of all NAND devices exceeds 4 GiB, the size  will
overflow. This patch tries to fix this.

Note that we still have a problem when a single NAND device is bigger
than 4 GiB: then the overflow would actually happen earlier, i. e.
when storing the size in nand_info[].size, as nand_info[].size is an
"u_int32_t".

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-10-14 13:27:16 +02:00
..
diskonchip.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
fsl_elbc_nand.c fsl_elbc_nand: ecclayout cleanups 2008-09-12 14:58:33 -05:00
fsl_upm.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
Makefile NAND: add NAND driver for S3C64XX 2008-08-31 00:39:47 +02:00
nand_base.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
nand_bbt.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
nand_ecc.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
nand_ids.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
nand_util.c Coding Style cleanup, update CHANGELOG 2008-08-14 14:41:06 +02:00
nand.c Fix the NAND size overflow issue. 2008-10-14 13:27:16 +02:00
s3c64xx.c NAND: add NAND driver for S3C64XX 2008-08-31 00:39:47 +02:00