On Tue, 2014-09-23 at 09:57 +0530, Prabhakar Kushwaha wrote: > Freescale's flash control driver is using architecture specific timer API > i.e. usec2ticks > > Replace usec2ticks with get_timer() (generic timer API) > > Signed-off-by: Prabhakar Kushwaha <[email protected]> > --- > Changes for v2: updated timeout time to 10ms > > drivers/mtd/nand/fsl_elbc_nand.c | 8 ++++---- > drivers/mtd/nand/fsl_ifc_nand.c | 21 ++++++++++----------- > 2 files changed, 14 insertions(+), 15 deletions(-) >
Acked-by: Scott Wood <[email protected]> -Scott _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

