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)
commit5e2f03910731e825b964452356414ab2e99df4d2
tree9d2701259adc38a13a4ce4c46be8d6bca8b15039
parentf4f0f7cb6e0a61f4a3ae0f2aadbe95654df602b5
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