]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: returning from UEFI FIT images
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 18 Jul 2020 08:54:26 +0000 (10:54 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 22 Jul 2020 10:32:42 +0000 (12:32 +0200)
commitbf758125d826a5c09828b54c3d866490346f033c
tree6ba8b9f9f7e99cee59cad4cc86bbb6837a9ce8c1
parente7d64065cb4b74357e50b54e54adc780e2f44db1
efi_loader: returning from UEFI FIT images

Do not reset the board when returning from an UEFI FIT image.

For failed UEFI binary we already print the return status in efi_run_image.
Remove duplicate output.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/bootm_os.c