]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: prefix test functions with efi_st_
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 22 Sep 2022 13:26:43 +0000 (15:26 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 24 Sep 2022 14:47:01 +0000 (10:47 -0400)
commitb0226c678fcc0f56b03b83591916e2a874d6a5a2
treedeae446b7b5e7e4e77130ac1bb39846ac4d9b062
parent60438a7c0dc8c5a7074f304d534f12fd89aa5854
efi_selftest: prefix test functions with efi_st_

An upcoming patch set creates a global function flush(). To make debugging
easier we should not use the same name for a static function.

Rename static functions in the LoadImage() unit test adding an efi_st_
prefix.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_selftest/efi_selftest_loadimage.c