From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sat, 31 May 2008 15:17:49 +0900 Subject: [U-Boot-Users] [PATCH 3/3][MIPS] lib_mips/time.c: Fix improper use of CFG_HZ and timer routines In-Reply-To: <4840EC4E.4070108@ruby.dti.ne.jp> References: <20080525151838.40B982402D@gemini.denx.de> <4840EC4E.4070108@ruby.dti.ne.jp> Message-ID: <4840ED8D.6000006@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> probably have to use the initial data structure for this. > > Looked around board_init_r, and it seems there is no {set,get}_timer > user there. I'm going to leave timestamp as it is at this moment. s/board_init_r/board_init_f/