]> git.sur5r.net Git - u-boot/commit
mpc512x: Add display of reset status register
authorDetlev Zundel <dzu@denx.de>
Fri, 22 Jan 2010 13:47:59 +0000 (14:47 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 24 Jan 2010 14:29:29 +0000 (15:29 +0100)
commit82826d5422331e9c99e5408dcf0348c8e0c257a6
treee1604684fe1919c1069494a8e1fec0253c840404
parenta84b655fab2bc021fdafa91d1196cf826474cdd8
mpc512x: Add display of reset status register

Content of the RSR is put into gd early so we can output it together
with the CPU info.  The clearing of gd in board_init_f is redundant for
this architecture as it is done in cpu_init_f so we remove it.

Signed-off-by: Detlev Zundel <dzu@denx.de>
cpu/mpc512x/cpu.c
lib_ppc/board.c