commit | ca0f827dc78aa23d3b898856cbe2727bdec108e2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 22 15:26:43 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 24 10:47:01 2022 -0400 |
tree | deae446b7b5e7e4e77130ac1bb39846ac4d9b062 | |
parent | 694e9008674c2008b9ccdc25a9bb3ac078e20911 [diff] |
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>