]> git.baikalelectronics.ru Git - uboot.git/commit
efi: Rename bootefi_test_finish() to bootefi_run_finish()
authorSimon Glass <sjg@chromium.org>
Mon, 26 Nov 2018 03:14:39 +0000 (20:14 -0700)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit38678984b9b83d01ad231cb9f2d96ed81cabb9c7
tree9d2701259adc38a13a4ce4c46be8d6bca8b15039
parentf607ce3be6c702bc3507925ae48870b36959379d
efi: Rename bootefi_test_finish() to bootefi_run_finish()

This function can be used from do_bootefi_exec() so that we use mostly the
same code for a normal EFI application and an EFI test.

Rename the function and use it in both places.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c