MTD/NAND: fix nand_base.c to use get_timer() correctly
authorReinhard Meyer <u-boot@emk-elektronik.de>
Thu, 18 Nov 2010 03:14:26 +0000 (03:14 +0000)
committerScott Wood <scottwood@freescale.com>
Fri, 17 Dec 2010 20:32:12 +0000 (14:32 -0600)
commit7a8fc36e6c3430784c877b6799833059b1ef4d33
tree9165a8390b0d7636698e133b38361bd9f3ed3709
parent0bdecd82dda4f0c60220cbd3932a3012b3611fc9
MTD/NAND: fix nand_base.c to use get_timer() correctly

This is part of the timer cleanup effort.
In the future we only use get_timer() in its intended way to
program timeout loops.
reset_timer() shall not be used anymore.

Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
drivers/mtd/nand/nand_base.c