From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jochen Friedrich Date: Mon, 28 Jun 2010 21:41:41 +0200 Subject: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base In-Reply-To: References: <1274031318-22876-1-git-send-email-jochen@scram.de> <20100622212951.836F81524EE@gemini.denx.de> Message-ID: <4C28FAF5.60909@scram.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andrew, > I see the cfi_flash code now has reset_timer calls sprinkled through > it that should make the base offset functionality in the timer mostly > a nop (assuming it's implemented). Maybe the OP has old cfi_flash > code? You're right. reset_timer() was added in commit 22d6c8faac4e9fa43232b0cf4da427ec14d72ad3, which was committed after i submitted this patch. Thanks, Jochen