[U-Boot] [U-Boot, v2] Fix loading freeze when netconsole is active
Tom Rini
trini at ti.com
Sat Sep 21 14:06:31 CEST 2013
On Tue, Sep 10, 2013 at 12:02:31PM +0200, Frederic Leroy wrote:
> Netconsole calls eth_halt() before giving control to another operating
> system.
> But the state machine of netconsole don't take it into account.
> Thus, netconsole calls network functions of an halted network device,
> making the whole system freeze.
> Rather than modifying the state machine of netconsole, we just unregister
> the current network device before booting. It does work because
> nc_send_packet() verifies that the current network device is not null.
>
> Signed-off-by: Fr??d??ric Leroy <fredo at starox.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130921/1ccb4be8/attachment.pgp>
More information about the U-Boot
mailing list