u-boot-brain/drivers/nand
Matthias Fuchs 5bd7fe9aeb Fix do_div() usage in nand process output
Fix usage of do_div() in nand erase|read|write process output.

The last patch to nand_util.c introduced do_div() instead of libgcc's
implementation. But do_div() returns the quotient in its first
macro parameter and not as result.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2007-09-15 21:38:38 +02:00
..
diskonchip.c Fix JFFS2 support for legacy NAND driver. 2006-04-08 19:08:06 +02:00
Makefile * Several improvements to the new NAND subsystem: 2006-10-10 12:38:50 +02:00
nand_base.c drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 17:39:42 -05:00
nand_bbt.c drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 17:39:42 -05:00
nand_ecc.c drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 17:39:42 -05:00
nand_ids.c Merge with git://www.denx.de/git/u-boot.git 2007-08-15 21:06:27 +02:00
nand_util.c Fix do_div() usage in nand process output 2007-09-15 21:38:38 +02:00
nand.c drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 17:39:42 -05:00