Re: [U-Boot] [PATCH] nios2: Add missing Ethernet initialization to board_init().

2010-03-21 Thread Scott McNutt
Mike Frysinger wrote: > On Sunday 21 March 2010 13:37:53 Scott McNutt wrote: >> +WATCHDOG_RESET (); >> +puts ("Net: "); > > considering serial drivers' putc() should be calling watchdog reset, does > this > really make sense here ? No. > looks like a wart in a few arches you shouldnt

Re: [U-Boot] [PATCH] nios2: Add missing Ethernet initialization to board_init().

2010-03-21 Thread Mike Frysinger
On Sunday 21 March 2010 13:37:53 Scott McNutt wrote: > + WATCHDOG_RESET (); > + puts ("Net: "); considering serial drivers' putc() should be calling watchdog reset, does this really make sense here ? looks like a wart in a few arches you shouldnt be copying over ... -mike signature.

[U-Boot] [PATCH] nios2: Add missing Ethernet initialization to board_init().

2010-03-21 Thread Scott McNutt
Signed-off-by: Scott McNutt --- lib_nios2/board.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/lib_nios2/board.c b/lib_nios2/board.c index 41d3297..311d66c 100644 --- a/lib_nios2/board.c +++ b/lib_nios2/board.c @@ -139,6 +139,14 @@ void board_init (void)