uboot-mt623x/drivers/mtd
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
..
nand Fix the NAND size overflow issue. 2008-10-14 13:27:16 +02:00
nand_legacy drivers/mtd/nand_legacy: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
onenand Minor coding style cleanup, updte CHANGELOG 2008-08-25 23:45:41 +02:00
spi mtd: SPI Flash: Support the STMicro Flash 2008-09-09 11:57:29 -06:00
Makefile drivers/mtd: Move conditional compilation to Makefile 2008-08-13 01:40:42 +02:00
at45.c drivers/mtd: Move conditional compilation to Makefile 2008-08-13 01:40:42 +02:00
cfi_flash.c CFI: cfi_flash write fix for AMD legacy 2008-10-13 13:51:21 +02:00
dataflash.c DataFlash: AT45DB021 fix and AT45DB081 support 2008-08-09 00:15:06 +02:00
jedec_flash.c cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash 2008-08-06 14:19:06 +02:00
mw_eeprom.c Update i386 code (sc520_cdp) 2008-09-09 11:48:53 +02:00