Re: [U-Boot] [PATCH] net/4xx: Install interrupt handler after driver registration

2011-07-28 Thread Stefan Roese
On Tuesday 12 July 2011 13:26:47 Stefan Roese wrote: > Only install der 4xx-EMAC interrupt handlers *after* the core > network driver is registered. > > This problem was noticed on the APM Taishan 440GX board, where > the board hung upon bootup after displaying "Net:". Applied to u-boot-ppc4xx.

[U-Boot] [PATCH] net/4xx: Install interrupt handler after driver registration

2011-07-12 Thread Stefan Roese
Only install der 4xx-EMAC interrupt handlers *after* the core network driver is registered. This problem was noticed on the APM Taishan 440GX board, where the board hung upon bootup after displaying "Net:". Signed-off-by: Stefan Roese --- drivers/net/4xx_enet.c | 14 +++--- 1 files ch