From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Date: Wed, 3 Apr 2013 14:36:43 -0500 Subject: [U-Boot] [PATCH 4/4] omap2420h4: Fix get_timer() and CONFIG_SYS_HZ In-Reply-To: <1365017737-5926-6-git-send-email-jon-hunter@ti.com> References: <1365017737-5926-1-git-send-email-jon-hunter@ti.com> <1365017737-5926-6-git-send-email-jon-hunter@ti.com> Message-ID: <515C84CB.4010304@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/03/2013 02:35 PM, Jon Hunter wrote: > The function get_timer() should return time in ms and CONFIG_SYS_HZ > should be set to 1000 by default. Fix both of these items. Ignore this patch it is a duplicate! Jon