]> 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:16:30 +0000 (15:16 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 30 Sep 2022 00:03:23 +0000 (02:03 +0200)
commitd94a916631c4338579d8d23cd19dc4adaf8216e2
tree8fcead3a97a6a1c2d5a5670c8bc752184d65d7e1
parentfe59008e8171512675fdc206d9009db7514d9325
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