summaryrefslogtreecommitdiffstats
path: root/disk/part_efi.c
diff options
context:
space:
mode:
authorFrederic Leroy <fredo@starox.org>2013-09-10 12:02:31 +0200
committerTom Rini <trini@ti.com>2013-09-20 10:30:53 -0400
commit8094972d594d883e3e556751f67ff5cdd8a286c5 (patch)
tree31128f482b75638029a8ddf6980621c4d4a9ff6b /disk/part_efi.c
parent1f8b546f9e782b7eb9815368efa906b5718c6e9b (diff)
downloadtalos-obmc-uboot-8094972d594d883e3e556751f67ff5cdd8a286c5.tar.gz
talos-obmc-uboot-8094972d594d883e3e556751f67ff5cdd8a286c5.zip
Fix loading freeze when netconsole is active
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@starox.org>
Diffstat (limited to 'disk/part_efi.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud