From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sun, 25 May 2008 11:04:29 +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: <20080524195911.559B7247F5@gemini.denx.de> References: <20080524195911.559B7247F5@gemini.denx.de> Message-ID: <4838C92D.7020700@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 Wolfgang Denk wrote: > Be careful - keep in mind that variables in the data segment will be > read-only before relocation to RAM, and variables in BSS will be > uninitialized *and* get overwritten with zero when the BSS gets > initialized. Sure. We'll probably need to move timer_init to board_init_r at the end. Shinya