From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 04 Feb 2009 15:31:03 -0600 Subject: [U-Boot] [PATCH] nand_base: Add timeout for NAND reset command In-Reply-To: <20090204212253.27C538322908@gemini.denx.de> References: <1233776842-23379-1-git-send-email-ptyser@xes-inc.com> <4989F25A.6090400@freescale.com> <1233778972.7067.261.camel@localhost.localdomain> <4989FE57.80404@freescale.com> <20090204212253.27C538322908@gemini.denx.de> Message-ID: <498A0917.8080404@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > get_ticks() not a public interface. It should not be used in any > common code. Then what is it doing in include/common.h? > Please use get_timer(). But as was pointed out, that depends on interrupts, and thus does not work until very late in the boot process. -Scott