Re: [U-Boot] [PATCH] Bug: do_reset issued via netconsole does not reset mpc83xx cpu.

2010-02-18 Thread Kim Phillips
On Mon, 15 Feb 2010 18:18:34 +0100 Detlev Zundel d...@denx.de wrote: Michael Zaidman michael.zaid...@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

Re: [U-Boot] [PATCH] Bug: do_reset issued via netconsole does not reset mpc83xx cpu.

2010-02-15 Thread Detlev Zundel
Michael Zaidman michael.zaid...@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.

[U-Boot] [PATCH] Bug: do_reset issued via netconsole does not reset mpc83xx cpu.

2010-02-14 Thread Michael Zaidman
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.zaid...@gmail.com