Re: [U-Boot] [Patch 2/2] MIPS: do not modify variable before relocate_code

2012-11-25 Thread Daniel Schwierzeck
2012/11/24 Zhi-zhou Zhang zhizhou...@gmail.com: Because timestamp is declared as `static', we needn't initialize it by writing it a zero. If we do it before relocate_code, we will write into a flash address(0xbfc0). Signed-off-by: Zhi-zhou Zhang zhizhou...@gmail.com ---

[U-Boot] [Patch 2/2] MIPS: do not modify variable before relocate_code

2012-11-24 Thread Zhi-zhou Zhang
Because timestamp is declared as `static', we needn't initialize it by writing it a zero. If we do it before relocate_code, we will write into a flash address(0xbfc0). Signed-off-by: Zhi-zhou Zhang zhizhou...@gmail.com --- arch/mips/cpu/mips32/time.c |1 -