mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-10 17:00:24 +00:00
If we let descriptors equal 0, we can end up closing STDIN. Make sure they start out as -1. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>