[U-Boot-Users] [PATCH 3/3][MIPS] lib_mips/time.c: Fix improper use of CFG_HZ and timer routines
Shinya Kuribayashi
skuribay at ruby.dti.ne.jp
Sun May 25 04:04:29 CEST 2008
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
More information about the U-Boot
mailing list