u-boot-brain/arch/mips
Zhi-zhou Zhang 8ab36d2e54 MIPS: do not initialize timestamp variable before relocate_code
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(0xffffffffbfc0xxxx).

Signed-off-by: Zhi-zhou Zhang <zhizhou.zh@gmail.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2012-11-25 21:50:43 +01:00
..
cpu MIPS: do not initialize timestamp variable before relocate_code 2012-11-25 21:50:43 +01:00
include/asm mips: Change global data baudrate to int 2012-10-19 15:25:45 -07:00
lib common: Convert the U-Boot commands to LG-arrays 2012-10-22 08:29:42 -07:00
config.mk MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles 2012-08-24 00:34:47 +02:00