[PATCH v3 1/8] sandbox: eth-raw: do not close the console input
Simon Glass
sjg at chromium.org
Wed Nov 4 00:03:31 CET 2020
When the sandbox eth-raw device host_lo is removed this leads to closing
the console input.
Do not call close(0).
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v3:
no change
v2:
no change
---
arch/sandbox/cpu/eth-raw-os.c | 8 ++++----
arch/sandbox/cpu/os.c | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list