
19 Feb
2010
19 Feb
'10
2:27 a.m.
On Mon, 15 Feb 2010 18:18:34 +0100 Detlev Zundel dzu@denx.de wrote:
Michael Zaidman michael.zaidman@gmail.com writes:
The do_reset routine in the cpu/mpc83xx/cpu.c file does not reset the mpc83xx cpu when issued via netconsole.
Moving the console output "resetting the board." to the beginning of the routine before disabling interrupts solved the problem.
Signed-off-by: Michael Zaidman michael.zaidman@gmail.com
Acked-by: Detlev Zundel dzu@denx.de
cpu/mpc83xx/cpu.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-)
applied to u-boot-mpc83xx.
Thanks everyone.
Kim