cmd: simplify efidebug
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Oct 2022 11:21:01 +0000 (13:21 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 16 Oct 2022 10:23:22 +0000 (12:23 +0200)
commitf4d52c41595b8af1813413020773b5d59f226622
tree9bc6d78e744d0c096c8ef0498120291641e9b5c8
parent7831d36f5bd8c321a9054912c1675c840978314d
cmd: simplify efidebug

* don't use EFI_CALL() for variable services
* don't use runtime pointer to access exported function

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/efidebug.c