mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-22 13:01:49 +02:00
During a cold reset execv() is used to relaunch the U-Boot binary. We must ensure that all files are closed in this case. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>