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
..
2008-05-21 00:14:08 +02:00
2008-08-27 11:43:54 -05:00
2008-10-14 13:27:16 +02:00
2008-10-13 22:33:12 -07:00
2008-09-19 11:05:22 +09:00
2008-08-29 12:25:02 +02:00